/*! \page create_exportxao_page ExportXAO To create a \b ExportXAO in the Main Menu select New Entity - > ImportExport - > ExportXAO 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. TUI Command: geompy.MakeExportXAO(ExportingShape, FileName, lGroups, lFields) Arguments: - \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 TUI Scripts provide you with useful examples of creation of \ref tui_creation_exportxao "ImportExport objects". */