]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
0013373: EDF PAL 273 : Option Single/Multi file dump
authorvsr <vsr@opencascade.com>
Tue, 19 Apr 2011 11:15:58 +0000 (11:15 +0000)
committervsr <vsr@opencascade.com>
Tue, 19 Apr 2011 11:15:58 +0000 (11:15 +0000)
src/GEOM_SWIG/geompyDC.py

index e8625a9f4535243b3427da41cba3e1e90ce66464..6ad962284a4a06907ed2b5864aec51dcc3dc52fe 100644 (file)
@@ -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"