X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=idl%2FXAOPlugin.idl;h=aee9ef39cb11be398f92c27c657ab199501641bc;hb=b6f0965afb72083a5234f9b4fb0b233adaaf8d9d;hp=c382fd3d95d982d164f4a1a3c19599b0fb1e87c5;hpb=6e2763b42437045fd4b18aa3a6197865020de84b;p=modules%2Fgeom.git diff --git a/idl/XAOPlugin.idl b/idl/XAOPlugin.idl index c382fd3d9..aee9ef39c 100644 --- a/idl/XAOPlugin.idl +++ b/idl/XAOPlugin.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2014 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2014-2022 CEA/DEN, EDF R&D, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -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