Salome HOME
using a better solution to do compare doubles for shape physical properties
[modules/shaper.git] / src / BuildPlugin / vertex_widget.xml
1 <source>
2   <multi_selector id="base_objects"
3                   label="Vertices or sketches:"
4                   tooltip="Select vertices or sketch objects or features."
5                   shape_types="vertices objects"
6                   concealment="true">
7     <validator id="BuildPlugin_ValidatorBaseForVertex"/>
8   </multi_selector>
9   <boolvalue id="intersect" label="Compute intersections" tooltip="Compute intersections of all sketch edges." default="false"/>
10 </source>