Salome HOME
added checkbox in UI for optional fuzzy parameter
[modules/shaper.git] / src / FeaturesPlugin / loft_widget.xml
1 <source>
2   <shape_selector id="first_object"
3                   label="First object:"
4                   tooltip="Select a object"
5                   shape_types="edge face wire"
6                   concealment="true"
7                   default="">
8     <validator id="GeomValidators_ShapeType" parameters="line,edge,wire,face,shell"/>
9   </shape_selector>
10   <shape_selector id="second_object"
11                   label="Second object:"
12                   tooltip="Select a object"
13                   shape_types="edge face wire"
14                   concealment="true"
15                   default="">
16     <validator id="GeomValidators_ShapeType" parameters="line,edge,wire,face,shell"/>
17   </shape_selector>
18   <validator id="FeaturesPlugin_ValidatorLoftSameTypeShape"/>
19 </source>