Salome HOME
Implementation of shared faces inspection, bos #29568
[modules/shaper.git] / src / GDMLPlugin / plugin-GDML.xml
1 <plugin>
2   <workbench id="GDML" document="Part">
3     <group id="GDML">
4       <feature id="ConeSegment" title="Cone segment" tooltip="Create a GDML Cone Segment" icon="icons/GDML/cone_segment.png"
5                helpfile="coneFeature.html">
6         <source path="conesegment_widget.xml"/>
7       </feature>
8       <feature id="Ellipsoid" title="Ellipsoid" tooltip="Create a GDML Ellipsoid" icon="icons/GDML/ellipsoid.png"
9                helpfile="ellipsoidFeature.html">
10         <source path="ellipsoid_widget.xml"/>
11       </feature>
12     </group>
13   </workbench>
14 </plugin>