Salome HOME
[CEA] Select text in Measurement
[modules/shaper.git] / src / FeaturesPlugin / limit_tolerance_widget.xml
1 <source>
2   <shape_selector id="object"
3                   label="Shape:"
4                   tooltip="Select a shape to modify."
5                   shape_types="Vertices Edges Wires Faces Shells Solids Compounds Compsolids"
6                   concealment="true"
7                   geometrical_selection="true">
8     <validator id="GeomValidators_BodyShapes"/>
9   </shape_selector>
10   <groupbox>
11     <doublevalue id="tolerance"
12                   label="Tolerance"
13                   min="1.0e-7"
14                   max="1"
15                   default="1.0e-7"
16                   tooltip="Tolerance"/>
17   </groupbox>
18 </source>