mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-15 02:10:37 +05:00
CoTech decision: move MEDWrapper from MED to SMESH
MED.idl no more exists - ## Gets MED Mesh - # @return an instance of SALOME_MED::MESH - # @ingroup l1_auxiliary - def GetMEDMesh(self): - return self.mesh.GetMEDMesh()
This commit is contained in:
parent
e33c22a1d1
commit
f107c3dc69
@ -1972,12 +1972,6 @@ class Mesh:
|
|||||||
def GetIDSource(self, ids, elemType):
|
def GetIDSource(self, ids, elemType):
|
||||||
return self.editor.MakeIDSource(ids, elemType)
|
return self.editor.MakeIDSource(ids, elemType)
|
||||||
|
|
||||||
## Gets MED Mesh
|
|
||||||
# @return an instance of SALOME_MED::MESH
|
|
||||||
# @ingroup l1_auxiliary
|
|
||||||
def GetMEDMesh(self):
|
|
||||||
return self.mesh.GetMEDMesh()
|
|
||||||
|
|
||||||
|
|
||||||
# Get informations about mesh contents:
|
# Get informations about mesh contents:
|
||||||
# ------------------------------------
|
# ------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user