geom/doc/salome/gui/GEOM/input/creating_exportxao.doc
2013-02-04 11:11:13 +00:00

30 lines
799 B
Plaintext

/*!
\page create_exportxao_page ExportXAO
To create a \b ExportXAO in the <b>Main Menu</b> select <b>New Entity - >
ImportExport - > ExportXAO </b>
Specify the parameters of the ExportXAO object creation in the opened dialog
box and press "Apply" or "Apply & Close" button.
Result of each operation will be a GEOM_Object.
<b>TUI Command:</b> <em>geompy.MakeExportXAO(ExportingShape, FileName, lGroups, lFields)</em>
<b>Arguments:</b>
- \b ExportingShape - Shape to export
- \b FileName - The name of the exported file
- \b lGroups - List of groups to export
- \b lFields - List of fields to export
\image html exportxao_dlg.png
Example:
\image html exportxao.png
Our <b>TUI Scripts</b> provide you with useful examples of creation of
\ref tui_creation_exportxao "ImportExport objects".
*/