From: vsr Date: Tue, 19 Apr 2011 11:16:23 +0000 (+0000) Subject: 0013373: EDF PAL 273 : Option Single/Multi file dump X-Git-Tag: Start_BR_19998_21191_NEW_ENV~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=1d111442465d327488d304502e2fd5f8ddd1afe1;p=modules%2Fsmesh.git 0013373: EDF PAL 273 : Option Single/Multi file dump --- diff --git a/src/SMESH_SWIG/smeshDC.py b/src/SMESH_SWIG/smeshDC.py index c13932a4f..1c379ff00 100644 --- a/src/SMESH_SWIG/smeshDC.py +++ b/src/SMESH_SWIG/smeshDC.py @@ -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):