Salome HOME
[bos #30176] [CEA][FORUM] 1D-Fillet segmentation fault
[modules/shaper.git] / src / FeaturesPlugin / plugin-Features.xml
1 <plugin>
2   <workbench id="Features" document="Part">
3     <group id="Transformation">
4       <feature id="Scale" title="Scale" tooltip="Perform scale objects"
5                icon="icons/Features/scale.png" helpfile="transformationFeature.html">
6         <source path="scale_widget.xml"/>
7       </feature>
8     </group>
9     <group id="Extrusion">
10       <feature id="Extrusion" title="Extrusion" tooltip="Create a solid by extrusion of a face"
11                icon="icons/Features/extrusion.png" helpfile="extrusionFeature.html">
12           <source path="extrusion_widget.xml"/>
13       </feature>
14       <feature id="ExtrusionCut" title="ExtrusionCut" tooltip="Cuts an extrusion from a solid"
15                icon="icons/Features/extrusion_cut.png" helpfile="extrusionCutFeature.html">
16         <source path="extrusioncut_widget.xml"/>
17       </feature>
18       <feature id="ExtrusionFuse" title="ExtrusionFuse" tooltip="Fuses an extrusion with a solid"
19                icon="icons/Features/extrusion_fuse.png" helpfile="extrusionFuseFeature.html">
20         <source path="extrusionfuse_widget.xml"/>
21       </feature>
22     </group>
23     <group id="Revolution">
24       <feature id="Revolution" title="Revolution" tooltip="Create a solid by revolution of a face"
25                icon="icons/Features/revol.png" helpfile="revolutionFeature.html">
26           <source path="revolution_widget.xml"/>
27       </feature>
28       <feature id="RevolutionCut" title="RevolutionCut" tooltip="Cuts a revolution from a solid"
29                icon="icons/Features/revol_cut.png" helpfile="revolutionCutFeature.html">
30         <source path="revolutioncut_widget.xml"/>
31       </feature>
32       <feature id="RevolutionFuse" title="RevolutionFuse" tooltip="Fuses a revolution with a solid"
33                icon="icons/Features/revol_fuse.png" helpfile="revolutionFuseFeature.html">
34         <source path="revolutionfuse_widget.xml"/>
35       </feature>
36     </group>
37     <group id="Pipe">
38       <feature id="Pipe" title="Pipe" tooltip="Generates extrusion along a path"
39                icon="icons/Features/pipe.png" helpfile="pipeFeature.html">
40         <source path="pipe_widget.xml"/>
41       </feature>
42     </group>
43     <group id="Boolean" toolbar="yes">
44       <feature id="Cut" title="Cut" tooltip="Perform boolean cut operation with objects"
45                icon="icons/Features/bool_cut.png" helpfile="cutFeature.html"
46                auto_preview="false">
47           <source path="boolean_widget.xml"/>
48       </feature>
49       <feature id="Fuse" title="Fuse" tooltip="Perform boolean fuse operation with objects"
50                icon="icons/Features/bool_fuse.png" helpfile="fuseFeature.html"
51                auto_preview="false">
52           <source path="boolean_fuse_widget.xml"/>
53       </feature>
54       <feature id="Common" title="Common" tooltip="Perform boolean common operation with objects"
55                icon="icons/Features/bool_common.png"  helpfile="commonFeature.html"
56                auto_preview="false">
57           <source path="boolean_common_widget.xml"/>
58       </feature>
59       <feature id="Smash" title="Smash" tooltip="Perform boolean smash operation with objects"
60                icon="icons/Features/bool_smash.png" helpfile="smashFeature.html"
61                auto_preview="false">
62           <source path="boolean_smash_widget.xml"/>
63       </feature>
64       <feature id="Intersection" title="Intersection" tooltip="Intersect objects with tools"
65                icon="icons/Features/intersection.png" helpfile="intersectionFeature.html">
66         <source path="intersection_widget.xml"/>
67       </feature>
68       <feature id="Partition" title="Partition" tooltip="Perform partition operations with solids"
69                icon="icons/Features/partition.png" helpfile="partitionFeature.html"
70                auto_preview="false">
71           <source path="partition_widget.xml"/>
72       </feature>
73       <feature id="Split" title="Split" tooltip="Perform boolean split operation with objects"
74                icon="icons/Features/bool_split.png" helpfile="splitFeature.html"
75                auto_preview="false">
76           <source path="boolean_split_widget.xml"/>
77       </feature>
78       <feature id="Fill" title="Split" tooltip="Perform boolean split operation with objects"
79                icon="icons/Features/bool_split.png" helpfile="splitFeature.html"
80                auto_preview="false" internal="1">
81           <source path="boolean_split_widget.xml"/>
82       </feature>
83       <feature id="Union" title="Union" tooltip="Perform union operations with shapes"
84                icon="icons/Features/union.png" helpfile="unionFeature.html" internal="1">
85           <source path="union_widget.xml"/>
86       </feature>
87       <feature id="Remove_SubShapes" title="Remove Sub-Shapes" tooltip="Allows to remove sub-shapes from wires, shells, compsolids and compounds"
88                icon="icons/Features/remove_subshapes.png" helpfile="removeSubShapesFeature.html">
89           <source path="remove_subshapes_widget.xml"/>
90       </feature>
91     </group>
92     <group id="Duplicates">
93       <feature id="Recover"
94         title="Recover"
95         tooltip="Visualize concealed objects"
96         icon="icons/Features/recover.png"
97         helpfile="recoverFeature.html">
98         <source path="recover_widget.xml"/>
99       </feature>
100       <feature id="Copy"
101         title="Copy"
102         tooltip="Copies results or sub-results"
103         icon="icons/Features/copy.png"
104         helpfile="copyFeature.html">
105         <source path="copy_widget.xml"/>
106       </feature>
107       <feature id="ImportResult"
108         title="Import Result"
109         tooltip="Copies results from other parts"
110         icon="icons/Features/import_result.png"
111         helpfile="importResultFeature.html">
112         <source path="import_result_widget.xml"/>
113       </feature>
114       <feature id="RemoveResults" title="Remove results" tooltip="Internal feature for results removal" internal="1">
115         <multi_selector id="results" concealment="true"/>
116       </feature>
117     </group>
118     <group id="Features">
119       <feature id="Fillet1D"
120                title="1D-fillet"
121                tooltip="Perform fillet on vertices of a wire"
122                icon="icons/Features/fillet1d.png"
123                auto_preview="true"
124                apply_continue="true"
125                helpfile="fillet1dFeature.html">
126         <source path="fillet1d_widget.xml"/>
127       </feature>
128       <feature id="Fillet" title="Fillet" tooltip="Perform fillet on face or edge"
129                icon="icons/Features/fillet.png" auto_preview="true" helpfile="filletFeature.html">
130         <source path="fillet_widget.xml"/>
131       </feature>
132       <feature id="Chamfer" title="Chamfer" tooltip="Perform chamfer on face or edge"
133                icon="icons/Features/chamfer.png" auto_preview="true" helpfile="chamferFeature.html">
134         <source path="chamfer_widget.xml"/>
135       </feature>
136       <feature id="FusionFaces" title="Fuse Faces" tooltip="Performs fusion of connected faces"
137                icon="icons/Features/fusion_faces.png" auto_preview="true" helpfile="fuseFeatureFaces.html">
138         <source path="fusion_faces_widget.xml"/>
139       </feature>
140       <feature id="Defeaturing" title="Defeaturing" tooltip="Perform removing faces from solid"
141                icon="icons/Features/defeaturing.png" auto_preview="false" helpfile="defeaturingFeature.html">
142         <source path="defeaturing_widget.xml"/>
143       </feature>
144     </group>
145   </workbench>
146   <workbench id="Part">
147     <group id="Movement">
148       <feature id="Placement" title="Placement" tooltip="Place objects relatively to another one"
149                icon="icons/Features/placement.png" helpfile="placementFeature.html">
150         <source path="placement_widget.xml"/>
151       </feature>
152       <feature id="Translation" title="Translation" tooltip="Perform translation of objects along the axis to specified distance"
153                icon="icons/Features/movement.png" helpfile="translationFeature.html">
154         <source path="translation_widget.xml"/>
155       </feature>
156       <feature id="Rotation" title="Rotation" tooltip="Perform rotation of objects around the axis to specified angle"
157                icon="icons/Features/rotation.png" helpfile="rotationFeature.html">
158         <source path="rotation_widget.xml"/>
159       </feature>
160       <feature id="Symmetry" title="Symmetry" tooltip="Perform symmetry with respect to a point, an axis or a plane"
161                icon="icons/Features/symmetry.png" helpfile="symmetryFeature.html">
162         <source path="symmetry_widget.xml"/>
163       </feature>
164       <feature id="LinearCopy" title="Linear copy" tooltip="Perform copy and translate"
165                icon="icons/Features/multitranslation.png" helpfile="linearCopyFeature.html">
166         <source path="multitranslation_widget.xml"/>
167       </feature>
168       <feature id="AngularCopy" title="Angular Copy" tooltip="Perform copy and rotate"
169                icon="icons/Features/multirotation.png" helpfile="angularCopyFeature.html">
170         <source path="multirotation_widget.xml"/>
171       </feature>
172     </group>
173   </workbench>
174   <workbench id="Inspection">
175     <group id="PointCoordinates">
176       <feature id="PointCoordinates" title="Point coordinates" tooltip="View point coordinate"
177                icon="icons/Features/point_coord.png" helpfile="pointCoordinatesFeature.html" abort_confirmation="false">
178         <source path="point_coordinates_widget.xml"/>
179       </feature>
180     </group>
181     <group id="Calculation">
182      <feature id="GeometryCalculation" title="Geometry calculation" tooltip="Calculate properties of objects"
183                icon="icons/Features/geometryCalculation.png" helpfile="geometryCalculationFeature.html" abort_confirmation="false">
184         <source path="geometry_calculation_widget.xml"/>
185       </feature>
186       <feature id="BoundingBoxMacro" title="Bounding box" tooltip="Calculate the bounding box" auto_preview="true"
187                icon="icons/Features/bounding.png" helpfile="boundingBoxFeature.html">
188         <source path="bounding_box_widget.xml"/>
189       </feature>
190       <feature id="BoundingBox" title="Bounding box" tooltip="Calculate the bounding box" auto_preview="true"
191                icon="icons/Features/bounding.png" helpfile="boundingBoxFeature.html" internal="1">
192         <source path="create_bounding_box_widget.xml"/>
193       </feature>
194       <feature id="Measurement" title="Measurement" tooltip="Calculate properties of objects"
195                icon="icons/Features/measurement.png" helpfile="measurementFeature.html" abort_confirmation="false">
196         <source path="measurement_widget.xml"/>
197       </feature>
198     </group>
199     <group id="Face">
200       <feature id="NormalMacro" title="Normal to a face" tooltip="Calculate the normal to a face" auto_preview="true"
201                icon="icons/Features/normale.png" helpfile="normalToFaceFeature.html">
202         <source path="normal_to_face_widget.xml"/>
203       </feature>
204       <feature id="Normal" title="Normal to a face" tooltip="Calculate the normal to a face" auto_preview="true"
205                icon="icons/Features/axis.png" helpfile="normalToFaceFeature.html" internal="1">
206         <source path="create_normal_to_face_widget.xml"/>
207       </feature>
208     </group>
209   </workbench>
210 </plugin>