]> SALOME platform Git repositories - modules/shaper.git/blob - src/ConstructionPlugin/plugin-Construction.xml
Salome HOME
refs #75 - reported by Hervé Legrand: sketch - color of planes displayed in 3D viewer...
[modules/shaper.git] / src / ConstructionPlugin / plugin-Construction.xml
1 <plugin>
2   <workbench id="Construction">
3     <group id="Basic">
4       <feature id="Point" title="Point" tooltip="Create a new point" icon=":icons/point.png">
5         <source path="point_widget.xml"/>
6       </feature>
7       <feature id="Axis" title="Axis" tooltip="Create a new axis" icon=":icons/axis.png" keysequence="" internal="true"/>
8       <feature id="Plane" title="Plane" tooltip="Create a new plane" icon=":icons/plane.png" keysequence="" internal="true"/>
9     </group>
10   </workbench>  
11 </plugin>