Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / create_bounding_box_widget.xml
1 <source>
2   <shape_selector id="main_object"
3                   label="Object"
4                   tooltip="Select a object"
5                   shape_types="vertex edge face solid compsolid compound object"
6                   default=""
7                   geometrical_selection="true">
8     <validator id="GeomValidators_ConstructionComposite"/>
9     <validator id="GeomValidators_ShapeType" parameters="vertex,line,edge,wire,face,shell,solid,compsolid,compound"/>
10   </shape_selector>
11   <groupbox title="Min">
12     <label id="xmincoordinate" isSelectable = "true"/>
13     <label id="ymincoordinate" isSelectable = "true"/>
14     <label id="zmincoordinate" isSelectable = "true"/>
15   </groupbox>
16   <groupbox title="Max">
17     <label id="xmaxcoordinate" isSelectable = "true"/>
18     <label id="ymaxcoordinate" isSelectable = "true"/>
19     <label id="zmaxcoordinate" isSelectable = "true"/>
20   </groupbox>
21 </source>