Salome HOME
[CEA] Select text in Measurement
[modules/shaper.git] / src / FeaturesPlugin / sewing_widget.xml
1 <source>
2   <multi_selector id="main_objects"
3     label="Objects"
4     icon=""
5     tooltip="Select shapes to sew."
6     concealment="true">
7     <validator id="FeaturesPlugin_ValidatorSewingSelection"/>
8   </multi_selector>
9   <groupbox>
10     <doublevalue id="tolerance"
11                   label="Tolerance"
12                   min="1.0e-7"
13                   step="1.0e-7"
14                   default="1.0e-7"
15                   tooltip="Tolerance"/>
16   </groupbox>
17   <boolvalue id="allow_non_manifold" label="Allow Non-Manifold" default="false" tooltip="Allow the creation of non-manifold results"/>
18   <boolvalue id="always_create_result" label="Always create a result" default="true" tooltip="Always create a result, even if nothing is sewn"/>
19 </source>