Salome HOME
#1404 Random crash with Shaper: AIS presentations: operation prs, result sketch prs...
[modules/shaper.git] / src / BuildPlugin / plugin-Build.xml
1 <!-- Copyright (C) 2014-20xx CEA/DEN, EDF R&D -->
2
3 <plugin>
4   <workbench id="Build" document="Part">
5     <group id="Shape">
6       <feature id="Vertex" title="Vertex" tooltip ="Create a vertex from sketch vertex and vertex objects" icon="icons/Build/feature_vertex.png">
7         <source path="vertex_widget.xml"/>
8       </feature>
9       <feature id="Edge" title="Edge" tooltip ="Create an edge from sketch edges and edge objects" icon="icons/Build/feature_edge.png">
10         <source path="edge_widget.xml"/>
11       </feature>
12       <feature id="Wire" title="Wire" tooltip ="Create a wire from sketch edges and wires objects" icon="icons/Build/feature_wire.png">
13         <source path="wire_widget.xml"/>
14       </feature>
15     </group>
16    </workbench>
17 </plugin>