mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
22 lines
555 B
XML
22 lines
555 B
XML
<?xml version='1.0' encoding='us-ascii'?>
|
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
|
|
|
<geom-plugins>
|
|
|
|
<geom-plugin name="IGESPlugin"
|
|
server-lib="IGESPluginEngine"
|
|
gui-lib="IGESPluginGUI">
|
|
<actions>
|
|
<action label="Import_IGES"
|
|
menu="FILE/IMPORT:10/IMPORTIGES"
|
|
status-bar="IMPORTIGES">
|
|
</action>
|
|
<action label="Export_IGES"
|
|
menu="FILE/EXPORT:10/EXPORTIGES"
|
|
status-bar="EXPORTIGES">
|
|
</action>
|
|
</actions>
|
|
</geom-plugin>
|
|
|
|
</geom-plugins>
|