mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-14 09:38:33 +05:00
Update meshpy.py by request of FKL
This commit is contained in:
parent
d9c93f6f32
commit
992b382297
@ -154,7 +154,7 @@ class MeshHexaImpl:
|
|||||||
type = SMESH.VOLUME
|
type = SMESH.VOLUME
|
||||||
return self.mesh.CreateGroupFromGEOM(type, name, grp)
|
return self.mesh.CreateGroupFromGEOM(type, name, grp)
|
||||||
|
|
||||||
def ExportMED(self, filename, groups=1):
|
def ExportMED(self, filename, groups=0):
|
||||||
"""
|
"""
|
||||||
Export mesh in a MED file
|
Export mesh in a MED file
|
||||||
\param filename Name for MED file to be created
|
\param filename Name for MED file to be created
|
||||||
|
Loading…
Reference in New Issue
Block a user