Salome HOME
Update ExportXAO documentation. cbr/export_xao_with_separate_brep V8_3_0a1
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 15 Dec 2016 15:48:40 +0000 (16:48 +0100)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Thu, 15 Dec 2016 15:48:40 +0000 (16:48 +0100)
doc/salome/gui/GEOM/images/exportxao_dlg.png
doc/salome/gui/GEOM/input/import_export.doc

index d273b9d7813f84277ae841f0385a0177bc6fbc64..7e7fc5f2452798fe5c680a3e4367eea1278e6601 100644 (file)
Binary files a/doc/salome/gui/GEOM/images/exportxao_dlg.png and b/doc/salome/gui/GEOM/images/exportxao_dlg.png differ
index 890ce97e672eef3e2052adff2c8ec2d9bc02a890..7e79e38d69ee89770d48730a2517cf40237cee3a 100644 (file)
@@ -98,10 +98,12 @@ In the \b File menu select <b>Export/XAO</b>.
 In this dialog:
 - Click the arrow button and select in the Object Browser or in the Viewer the <b>Shape</b> to be exported.
 - Input the <b>File name</b> to create a new file or click browse button to save in an existing file.
+- Input the <b>Author</b> if needed.
+- Tick <b>Export shape in a separate file</b> 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: <em>geompy.ExportXAO(Shape, FileName, Groups, Fields)</em>
+It is also possible to export a shape using the TUI Command: <em>geompy.ExportXAO(Shape, Groups, Fields, Author, FileName, ShapeFileName)</em>
 
 */