Salome HOME
Implementation of DXFPLUGIN as a GEOM plugin (added files)
[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 click "Open" button. New object (shape) 
14   will appears in the SALOME object browser.
15
16   \note It is possible to re-open from the initial file a previously imported shape if 
17   the file has been changed on disk. For this, select <b>Reload From Disk</b> 
18   in the context menu of the imported shape. The reloaded shape will have the same 
19   representation parameters as before this operation.
20
21   \image html reopen_dxf.png
22   
23 - Export to the DXF file selecting a shape in the SALOME object browser and 
24   calling menu <b>File/Export/DXF</b>.
25   
26   \image html export_dxf.png
27   
28   Enter the file name and click "Save" button.
29
30 */