Salome HOME
Implementation of ACISPLUGIN as a GEOM plugin (added files)
[plugins/acisplugin.git] / doc / salome / gui / ACISPLUGIN / input / acisplugin_importexport_page.doc
1 /*!
2
3 \page acisplugin_importexport_page Import/Export ACIS
4
5 For using ACISPLUGIN functionalities in SALOME:
6
7 - Run SALOME and activate Geometry module.
8
9 - Import the ACIS file from menu <b>File/Import/ACIS</b>.
10
11   \image html import_acis.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 If a plugin supports import of named shapes, it will be asked whether 
17   to group or not these shapes corresponding to the type (see the picture below).
18
19   \image html group_acis.png
20   
21   \par
22
23   \note It is possible to re-open from the initial file a previously imported shape if 
24   the file has been changed on disk. For this, select <b>Reload From Disk</b> 
25   in the context menu of the imported shape. The reloaded shape will have the same 
26   representation parameters as before this operation.
27
28   \image html reopen_acis.png
29   
30 - Export to the ACIS file selecting a shape in the SALOME object browser and 
31   calling menu <b>File/Export/ACIS</b>.
32   
33   \image html export_acis.png
34   
35   Enter the file name and click "Save" button.
36
37 */