mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
22 lines
546 B
XML
22 lines
546 B
XML
<?xml version='1.0' encoding='us-ascii'?>
|
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
|
|
|
<geom-plugins>
|
|
|
|
<geom-plugin name="STLPlugin"
|
|
server-lib="STLPluginEngine"
|
|
gui-lib="STLPluginGUI">
|
|
<actions>
|
|
<action label="Import_STL"
|
|
menu="FILE/IMPORT:10/IMPORTSTL"
|
|
status-bar="IMPORTSTL">
|
|
</action>
|
|
<action label="Export_STL"
|
|
menu="FILE/EXPORT:10/EXPORTSTL"
|
|
status-bar="EXPORTSTL">
|
|
</action>
|
|
</actions>
|
|
</geom-plugin>
|
|
|
|
</geom-plugins>
|