Salome HOME
335707b8739828d1ee0888224de1fd9804ef89f6
[plugins/dxfplugin.git] / doc / salome / gui / DXFPLUGIN / input / dxfplugin_importexport_page.doc
1 /*!
2
3 \page dxfplugin_importexport_page Import/Export DXF
4
5 For using DXFPLUGIN functionalities in SALOME:
6
7 - Run SALOME and activate Geometry module.
8
9 - Import the DXF file from menu <b>File/Import/DXF</b>.
10
11   \image html import_dxf.png
12   
13   Browse and select the file and press "Open" button. New object (shape) 
14   will appear in the SALOME object browser.
15
16   \note It is possible to re-load a previously imported shape from the initial file if 
17   the file has been changed on disk. For this, select <b>Reload From Disk</b> item
18   in the Object browser's context menu of the imported shape. The reloaded shape will
19   have the same representation parameters as before this operation.
20
21   \image html reopen_dxf.png
22   
23 - Export selected shape to the DXF file via <b>File/Export/DXF</b> menu.
24   
25   \image html export_dxf.png
26   
27   Enter the file name and press "Save" button.
28
29 */