mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-15 18:11:21 +05:00
0013373: EDF PAL 273 : Option Single/Multi file dump
This commit is contained in:
parent
a237c6937a
commit
c26ca04e30
@ -333,6 +333,11 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
|||||||
self.AdvOp = self.GetIAdvancedOperations (self.myStudyId)
|
self.AdvOp = self.GetIAdvancedOperations (self.myStudyId)
|
||||||
pass
|
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
|
## Get name for sub-shape aSubObj of shape aMainObj
|
||||||
#
|
#
|
||||||
# @ref swig_SubShapeAllSorted "Example"
|
# @ref swig_SubShapeAllSorted "Example"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user