Salome HOME
[bos #29471] [EDF] (2022-T1) Advanced geometry features: iterate through holes of...
[modules/geom.git] / resources / STLPlugin.xml
1 <?xml version='1.0' encoding='us-ascii'?>
2 <!DOCTYPE meshers PUBLIC "" "desktop.dtd">
3
4 <geom-plugins>
5
6   <geom-plugin name="STLPlugin"
7                server-lib="STLPluginEngine"
8                gui-lib="STLPluginGUI">
9     <actions>
10       <action label="Import_STL"
11               menu="FILE/IMPORT:10/IMPORTSTL"
12               status-bar="IMPORTSTL">
13       </action>
14       <action label="Export_STL"
15               menu="FILE/EXPORT:10/EXPORTSTL"
16               status-bar="EXPORTSTL">
17       </action>
18     </actions>
19   </geom-plugin>
20
21 </geom-plugins>