From: eap Date: Mon, 24 Sep 2012 11:11:52 +0000 (+0000) Subject: 021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format) X-Git-Tag: V6_6_0a1~101 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e7f46a8d547d6217ccdd622333c973d89b064025;p=modules%2Fsmesh.git 021382: EDF 1985 SMESH: Read/write of .mesh files (GMF format) + SMESH_Mesh CreateMeshesFromGMF( in string theFileName, + out SMESH::ComputeError theError) --- diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 4ff52c0db..b8d3176f2 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -238,6 +238,13 @@ module SMESH out SMESH::DriverMED_ReadStatus theStatus ) raises ( SALOME::SALOME_Exception ); + /*! + * Create Mesh object importing data from given GMF file + */ + SMESH_Mesh CreateMeshesFromGMF( in string theFileName, + out SMESH::ComputeError theError) + raises ( SALOME::SALOME_Exception ); + /*! * Create a mesh by copying a part of another mesh * \param meshPart - a part of mesh to copy