mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
18 lines
413 B
XML
18 lines
413 B
XML
|
<?xml version='1.0' encoding='us-ascii'?>
|
||
|
<!DOCTYPE meshers PUBLIC "" "desktop.dtd">
|
||
|
|
||
|
<geom-plugins>
|
||
|
|
||
|
<geom-plugin name="VTKPlugin"
|
||
|
server-lib="VTKPluginEngine"
|
||
|
gui-lib="VTKPluginGUI">
|
||
|
<actions>
|
||
|
<action label="Export_VTK"
|
||
|
menu="FILE/EXPORT:10/EXPORTVTK"
|
||
|
status-bar="EXPORTVTK">
|
||
|
</action>
|
||
|
</actions>
|
||
|
</geom-plugin>
|
||
|
|
||
|
</geom-plugins>
|