mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 18:20:34 +05:00
0013373: EDF PAL 273 : Option Single/Multi file dump
This commit is contained in:
parent
51d2f5f8a1
commit
1d11144246
@ -496,6 +496,11 @@ def CheckPlugin(plugin):
|
||||
# All methods of this class are accessible directly from the smesh.py package.
|
||||
class smeshDC(SMESH._objref_SMESH_Gen):
|
||||
|
||||
## Dump component to the Python script
|
||||
# This method overrides IDL function to allow default values for the parameters.
|
||||
def DumpPython(self, theStudy, theIsPublished=True, theIsMultiFile=True):
|
||||
return SMESH._objref_SMESH_Gen.DumpPython(self, theStudy, theIsPublished, theIsMultiFile)
|
||||
|
||||
## Sets the current study and Geometry component
|
||||
# @ingroup l1_auxiliary
|
||||
def init_smesh(self,theStudy,geompyD):
|
||||
|
Loading…
Reference in New Issue
Block a user