Salome HOME
Default planes and origin initialization
[modules/shaper.git] / src / ConstructionPlugin / axis_widget.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <source>
4   <toolbox id="CreationMethod">
5     <box id="AxisByPointsCase" title="By two points">
6       <shape_selector id="FirstPoint"
7         label="First point"
8         icon=":icons/point.png"
9         tooltip="Select a first point"
10         shape_types="vertex">
11         <selection_filter id="NoConstructionSubShapesFilter"/>
12       </shape_selector>
13       <shape_selector id="SecondPoint"
14         label="Second point"
15         icon=":icons/point.png"
16         tooltip="Select a second point"
17         shape_types="vertex">
18         <selection_filter id="NoConstructionSubShapesFilter"/>
19         <validator id="PartSet_DifferentShapes"/>
20       </shape_selector>
21     </box>
22     <box id="AxisByCylindricalFaceCase" title="As axis of cylindrical face">
23       <shape_selector id="CylindricalFace"
24         label="Main object" 
25         icon=":icons/circle.png" 
26         tooltip="Select a cylindrical object"
27         shape_types="face solid shell">
28       </shape_selector>
29     </box>
30   </toolbox>
31   
32 </source>