Salome HOME
0022618: [CEA 1062] Define the transparency by default in the preferences
[modules/geom.git] / doc / salome / gui / GEOM / input / xao_format.doc
1 /*!
2
3 \page xao_format_page Import and export of shapes in XAO format
4
5 XAO is a file format which describes a shape with its topology, groups and fields.
6
7 To import a shape in the \b XAO format, in the <b>Main Menu</b> select <b>New Entity ->
8 Import / Export -> Import XAO. </b> 
9
10 To export a shape in the \b XAO format, in the <b>Main Menu</b> select <b>New Entity ->
11 Import / Export -> Export XAO. </b>
12
13 \image html exportxao_dlg.png 
14
15 In this dialog:
16 - Click the arrow button and select in the Object Browser or in the Viewer the <b>Shape</b> to be exported.
17 - Input the <b>File name</b> to create a new file or click browse button to save in an existing file.
18 - Select the \b Groups of the chosen shape to be exported.
19 - Select the \b Fields of the chosen shape to be exported.
20 - Press "Apply" or "Apply & Close" button to get the result.
21
22 It also possible to export a shape using the TUI Command: <em>geompy.MakeExportXAO(Shape, FileName, Groups, Fields)</em>
23
24 */