From: Christophe Bourcier Date: Thu, 15 Dec 2016 15:48:40 +0000 (+0100) Subject: Update ExportXAO documentation. X-Git-Tag: V8_3_0a1^0 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f6196134937557ef98168afb7c91c4cacc19f22;p=modules%2Fgeom.git Update ExportXAO documentation. --- diff --git a/doc/salome/gui/GEOM/images/exportxao_dlg.png b/doc/salome/gui/GEOM/images/exportxao_dlg.png index d273b9d78..7e7fc5f24 100644 Binary files a/doc/salome/gui/GEOM/images/exportxao_dlg.png and b/doc/salome/gui/GEOM/images/exportxao_dlg.png differ diff --git a/doc/salome/gui/GEOM/input/import_export.doc b/doc/salome/gui/GEOM/input/import_export.doc index 890ce97e6..7e79e38d6 100644 --- a/doc/salome/gui/GEOM/input/import_export.doc +++ b/doc/salome/gui/GEOM/input/import_export.doc @@ -98,10 +98,12 @@ In the \b File menu select Export/XAO. In this dialog: - Click the arrow button and select in the Object Browser or in the Viewer the Shape to be exported. - Input the File name to create a new file or click browse button to save in an existing file. +- Input the Author if needed. +- Tick Export shape in a separate file to write the shape in a separate BREP file, referenced in the XAO file. It will have the same name as the XAO file with the .brep extension appended. - Select the \b Groups of the chosen shape to be exported. - Select the \b Fields of the chosen shape to be exported. - Press "Apply" or "Apply & Close" button to get the result. -It also possible to export a shape using the TUI Command: geompy.ExportXAO(Shape, FileName, Groups, Fields) +It is also possible to export a shape using the TUI Command: geompy.ExportXAO(Shape, Groups, Fields, Author, FileName, ShapeFileName) */