Salome HOME
Issue #2975: Do not select groups in all operations except operations on groups
[modules/shaper.git] / src / BuildPlugin / polyline_widget.xml
1 <source>
2   <multi_selector id="base_objects"
3                   label="Points and vertices:"
4                   tooltip="Select points or vertices objects."
5                   shape_types="vertices"
6                   concealment="true">
7     <validator id="GeomValidators_DifferentShapes"/>
8   </multi_selector>
9   <boolvalue id="closed" label="Closed" tooltip="Makes the polyline closed." default="false"/>
10   <validator id="GeomValidators_MinObjectsSelected" parameters="base_objects,2"/>
11 </source>