Salome HOME
0020082: EDF 869 GEOM : Edges Orientation indicator/reverse
[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 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 <em>To import geometrical objects from a BREP, IGES, STEP file:</em>
12
13 \par
14 From the \b File menu choose \b Import. In the opening dialog box \b Import
15 select the required format of the file for importation and search for
16 a *.brep, *.iges or *.step  file.
17
18 \image html geomimport.png
19
20 \par 
21 Select the required file and click \b Open. Your file will be imported in
22 the module and its contents (geometrical object) will be displayed in
23 the <b>Object Browser</b>.
24
25 \note If the selected file is in IGES format and the length is not
26 expressed in meters, it will be sussested to scale the model into the
27 metric system:
28 y types (solid, face, edge and
29 vertex) for all named shapes
30 \image html iges_unit.png
31
32 \par
33
34 \note If the selected file is in ACIS format (the use of this format
35 requires licensing) and the file contains names for some shapes, it
36 will be suggested to create groups by types (solid, face, edge and
37 vertex) for all named shapes:
38
39 \image html sat_named_shapes.png
40
41 \par
42
43 \note It is possible to re-open from the initial file a previously imported shape if
44 the file has been changed on disk. For this, select
45 <b>Reload From Disk</b> in the context menu of the imported
46 shape. The reloaded shape will have the same representation parameters
47 as before this operation.
48
49 \image html geomimport_reopen.png
50
51 \n <em>To export geometrical objects into a BREP, IGES, STEP
52 file:</em>
53
54 \par
55 Select the object you wish to export, then from the \b File menu choose
56 \b Export. In the opening dialog box \b Export define the required format,
57 the name and the location of the file for exportation.
58
59 \image html geomexport.png
60
61 \par
62 Click \b Save to confirm your exportation.
63
64 Our <b>TUI Scripts</b> provide you with useful examples of the use of
65 \ref tui_import_export_page
66
67 */
68