Salome HOME
[CEA] Select text in Measurement
[modules/shaper.git] / src / FeaturesPlugin / geometry_calculation_widget.xml
1 <source>
2   <shape_selector id="main_object"
3                   label="Object"
4                   tooltip="Select a object"
5                   shape_types="edges faces solids compsolids"
6                   default=""
7                   geometrical_selection="true">
8     <validator id="GeomValidators_ShapeType" parameters="line,edge,wire,face,shell,solid,compsolid,compound"/>
9   </shape_selector>
10   <label id="length" label="Length = " isSelectable = "true"/>
11   <label id="area" label="Area = " isSelectable = "true"/>
12   <label id="volume" label="Volume = " isSelectable = "true"/>
13 </source>