X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FSMESH%2FSMESH_Mesh.hxx;h=54889dedc8878c4906f7fd1dcd6514c593fd0374;hb=fc9c05a33c258342ff8d1eabcd9ae06bdf8c5764;hp=59ad490b1e0d7fee4a541bfa925ca38f0f48e9f5;hpb=13d0dc562ddb2f6d39431b5690d0dff10ece4d5f;p=modules%2Fsmesh.git diff --git a/src/SMESH/SMESH_Mesh.hxx b/src/SMESH/SMESH_Mesh.hxx index 59ad490b1..54889dedc 100644 --- a/src/SMESH/SMESH_Mesh.hxx +++ b/src/SMESH/SMESH_Mesh.hxx @@ -251,13 +251,14 @@ class SMESH_EXPORT SMESH_Mesh */ bool HasDuplicatedGroupNamesMED(); - void ExportMED(const char * theFile, - const char* theMeshName = NULL, - bool theAutoGroups = true, + void ExportMED(const char * theFile, + const char* theMeshName = NULL, + bool theAutoGroups = true, int theVersion = -1, const SMESHDS_Mesh* theMeshPart = 0, bool theAutoDimension = false, bool theAddODOnVertices = false, + double theZTolerance = -1., bool theAllElemsToGroup = false) throw(SALOME_Exception);