Salome HOME
ccc5c6a7e4900aa60434bd3d19ee31189f1ca7a4
[modules/geom.git] / doc / salome / gui / GEOM / input / import_export.doc
1 /*!
2
3 \page import_export_geom_obj_page Importing/exporting geometrical objects
4
5 In Geometry module you can import and export geometrical objects
6 from/into BREP, IGES, STEP, ACIS and STL files. The mechanisms of import and export
7 are implemented via plug-ins, which gives the opportunity to
8 expand the range of available formats by adding more plug-ins (for
9 example, CATIA 5).
10
11 The \subpage xao_format_page "import and export of shapes in XAO format" is implemented differently.
12
13 <em>To import geometrical objects from a BREP, IGES, STEP, ACIS or STL file:</em>
14
15 \par
16 From the \b File menu choose \b Import. In the opening dialog box \b Import
17 select the required format of the file for importation and search for
18 a *.brep, *.iges, *.step, *.sat or *.stl file.
19
20 \image html geomimport.png
21
22 \par 
23 Select the required file and click \b Open. Your file will be imported in
24 the module and its contents (geometrical object) will be displayed in
25 the <b>Object Browser</b>.
26
27 \note If the selected file is in IGES or STEP format and the length
28 is not expressed in meters, it will be asked whether to take or not these
29 units into account (see the picture below). This feature can be
30 helpful if some wrong units have been written to the IGES or STEP file by a
31 3rd-party software.
32
33 \image html iges_unit.png
34
35 \par
36
37 \note If the selected file is in ACIS format (the use of this format
38 requires licensing) and the file contains names for some shapes, it
39 will be suggested to create groups by types (solid, face, edge and
40 vertex) for all named shapes:
41
42 \image html sat_named_shapes.png
43
44 \par
45
46 \note It is possible to re-open from the initial file a previously imported shape if
47 the file has been changed on disk. For this, select
48 <b>Reload From Disk</b> in the context menu of the imported
49 shape. The reloaded shape will have the same representation parameters
50 as before this operation.
51
52 \image html geomimport_reopen.png
53
54 \n <em>To export geometrical objects into a BREP, IGES, STEP, ACIS or STL
55 file:</em>
56
57 \par
58 Select the object you wish to export, then from the \b File menu choose
59 \b Export. In the opening dialog box \b Export define the required format,
60 the name and the location of the file for exportation.
61
62 \image html geomexport.png
63
64 \par
65 Click \b Save to confirm your exportation.
66
67 Our <b>TUI Scripts</b> provide you with useful examples of the use of
68 \ref tui_import_export_page
69
70 */
71