]> SALOME platform Git repositories - modules/shaper.git/blob - src/BuildPlugin/plugin-Build.xml
Salome HOME
Issue #1369: Added "Create Face" feature.
[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       <feature id="Face" title="Face" tooltip ="Create a face from sketch edges and wires objects" icon="icons/Build/feature_face.png">
16         <source path="face_widget.xml"/>
17       </feature>
18     </group>
19    </workbench>
20 </plugin>