Salome HOME
Issue #2975: Do not select groups in all operations except operations on groups
[modules/shaper.git] / src / BuildPlugin / interpolation_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="reorder" label="Reorder" tooltip="Changes the order of points to construct the shortest curve." default="false"/>
10   <optionalbox id="closed" title="Closed" tooltip="Makes the curve closed or not." default="false"
11                has_frame="false" enable_on_check="false">
12     <optionalbox id="use_tangents" title="Tangents" default="false">
13       <shape_selector id="tangent_start"
14                       icon="icons/Features/axis.png"
15                       label="Start"
16                       tooltip="Select vector tangent to the start of curve"
17                       shape_types="edge"
18                       default="&lt;start&gt;">
19         <validator id="GeomValidators_ShapeType" parameters="empty,line"/>
20       </shape_selector>
21       <shape_selector id="tangent_end"
22                       icon="icons/Features/axis.png"
23                       label="End"
24                       tooltip="Select vector tangent to the end of curve"
25                       shape_types="edge"
26                       default="&lt;end&gt;">
27         <validator id="GeomValidators_ShapeType" parameters="empty,line"/>
28       </shape_selector>
29     </optionalbox>
30   </optionalbox>
31   <validator id="GeomValidators_MinObjectsSelected" parameters="base_objects,2"/>
32 </source>