Salome HOME
Implementation of DXFPLUGIN as a GEOM plugin (added files)
[plugins/dxfplugin.git] / doc / salome / gui / DXFPLUGIN / input / dxfplugin_importexport_page.doc
diff --git a/doc/salome/gui/DXFPLUGIN/input/dxfplugin_importexport_page.doc b/doc/salome/gui/DXFPLUGIN/input/dxfplugin_importexport_page.doc
new file mode 100644 (file)
index 0000000..30ae626
--- /dev/null
@@ -0,0 +1,30 @@
+/*!
+
+\page dxfplugin_importexport_page Import/Export DXF
+
+For using DXFPLUGIN functionalities in SALOME:
+
+- Run SALOME and activate Geometry module.
+
+- Import the DXF file from menu <b>File/Import/DXF</b>.
+
+  \image html import_dxf.png
+  
+  Browse and select the file and click "Open" button. New object (shape) 
+  will appears in the SALOME object browser.
+
+  \note It is possible to re-open from the initial file a previously imported shape if 
+  the file has been changed on disk. For this, select <b>Reload From Disk</b> 
+  in the context menu of the imported shape. The reloaded shape will have the same 
+  representation parameters as before this operation.
+
+  \image html reopen_dxf.png
+  
+- Export to the DXF file selecting a shape in the SALOME object browser and 
+  calling menu <b>File/Export/DXF</b>.
+  
+  \image html export_dxf.png
+  
+  Enter the file name and click "Save" button.
+
+*/