X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=idl%2FXAOPlugin.idl;h=097080aa612e7b43835ee087770f083c20d343b9;hb=f9cf20ad5b28991bc130f571c79bd530d3d1ffdf;hp=41720407bb87e210cc2a9c1bd64bb76df525943a;hpb=5e3080a50e2ddb3beb564c81d4b8b5aa62fe86e3;p=modules%2Fgeom.git diff --git a/idl/XAOPlugin.idl b/idl/XAOPlugin.idl index 41720407b..097080aa6 100644 --- a/idl/XAOPlugin.idl +++ b/idl/XAOPlugin.idl @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2015 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2014-2021 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