mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 04:40:33 +05:00
Fix for PAL11733 : version arg of the ExportToMED method.
This commit is contained in:
parent
6f9aca5baf
commit
d52ac0791d
@ -457,7 +457,7 @@ class Mesh:
|
|||||||
"""
|
"""
|
||||||
Export the mesh in a file with the MED format and choice the \a version of MED format
|
Export the mesh in a file with the MED format and choice the \a version of MED format
|
||||||
\param f is the file name
|
\param f is the file name
|
||||||
\param version values are smesh.MED_V2_1, smesh.MED_V2_2
|
\param version values are SMESH.MED_V2_1, SMESH.MED_V2_2
|
||||||
"""
|
"""
|
||||||
self.mesh.ExportToMED(f, opt, version)
|
self.mesh.ExportToMED(f, opt, version)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user