X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=idl%2FSMESH_Mesh.idl;h=b8d2b5e63e3a822a72ad65543e9c67d750fb999d;hp=409bb4e6ec4ac3ded80a66a86a00e08a1152545f;hb=e7f46a8d547d6217ccdd622333c973d89b064025;hpb=229db9cb6f60012e6a708b048d66aa0a715e82fe diff --git a/idl/SMESH_Mesh.idl b/idl/SMESH_Mesh.idl index 409bb4e6e..b8d2b5e63 100644 --- a/idl/SMESH_Mesh.idl +++ b/idl/SMESH_Mesh.idl @@ -652,7 +652,7 @@ module SMESH string GetVersionString(in MED_VERSION version, in short nbDigits); /*! - * Export Mesh to DAT, UNV and STL Formats + * Export Mesh to different Formats * (UNV supported version is I-DEAS 10) */ void ExportDAT( in string file ) raises (SALOME::SALOME_Exception); @@ -662,6 +662,8 @@ module SMESH void ExportCGNS( in SMESH_IDSource meshPart, in string file, in boolean overwrite ) raises (SALOME::SALOME_Exception); + void ExportGMF( in SMESH_IDSource meshPart, + in string file ) raises (SALOME::SALOME_Exception); void ExportPartToDAT( in SMESH_IDSource meshPart, in string file ) raises (SALOME::SALOME_Exception); void ExportPartToUNV( in SMESH_IDSource meshPart,