Salome HOME
Migration to OpenCASCADE CMake configuration: additional commit
[modules/geom.git] / idl / XAOPlugin.idl
index 16a470802f836199eef6cb685d3c852efb2b10a4..d8e2ebb7f6cc69a8c67077f6dbadf2187512552c 100644 (file)
@@ -36,13 +36,15 @@ module GEOM
      *  \param fields The list of fields to export
      *  \param author The author of the export
      *  \param fileName The name of the file to export
+     *  \param shapeFileName The name of the file to export the shape in an external file
      *  \return boolean indicating if export was successful.
      */
     boolean ExportXAO( in GEOM::GEOM_Object shape,
                        in GEOM::ListOfGO groups, 
                        in GEOM::ListOfFields fields,
                        in string author, 
-                       in string fileName );
+                       in string fileName,
+                       in string shapeFileName );
     
     /*!
      *  Import a shape from XAO format