Salome HOME
[CEA] Select text in Measurement
[modules/shaper.git] / src / FeaturesPlugin / normal_to_face_widget.xml
1 <source>
2   <shape_selector id="face"
3                   label="Face"
4                   tooltip="Select a face"
5                   shape_types="face"
6                   default=""
7                   geometrical_selection="true">
8     <validator id="GeomValidators_ShapeType" parameters="wire,face"/>
9   </shape_selector>
10   <optionalbox id="vertex_option" title="Option">
11     <shape_selector id="vertex"
12                     label="Vertex"
13                     tooltip="Select a vertex"
14                     shape_types="vertex"
15                     default=""
16                     geometrical_selection="true">
17       <validator id="GeomValidators_ShapeType" parameters="vertex"/>
18     </shape_selector>
19   </optionalbox>
20   <boolvalue id="createnormal" label="Create normal" default="false"/>
21 </source>