From c26ca04e306e8366e223f6e0b976b00716ef2cc2 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 19 Apr 2011 11:15:58 +0000 Subject: [PATCH] 0013373: EDF PAL 273 : Option Single/Multi file dump --- src/GEOM_SWIG/geompyDC.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/GEOM_SWIG/geompyDC.py b/src/GEOM_SWIG/geompyDC.py index e8625a9f4..6ad962284 100644 --- a/src/GEOM_SWIG/geompyDC.py +++ b/src/GEOM_SWIG/geompyDC.py @@ -333,6 +333,11 @@ class geompyDC(GEOM._objref_GEOM_Gen): self.AdvOp = self.GetIAdvancedOperations (self.myStudyId) pass + ## 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 GEOM._objref_GEOM_Gen.DumpPython(self, theStudy, theIsPublished, theIsMultiFile) + ## Get name for sub-shape aSubObj of shape aMainObj # # @ref swig_SubShapeAllSorted "Example" -- 2.39.2