mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +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
|
||||
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
|
||||
\param filename Name for MED file to be created
|
||||
|
Loading…
Reference in New Issue
Block a user