mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-12-28 18:30:36 +05:00
Fix issue 0019972: EDF 810 GEOM: to exlude '__init__' service method from auxiliary part of documentation.
This commit is contained in:
parent
862d7eb288
commit
23ee76e527
@ -107,8 +107,6 @@ class info:
|
||||
|
||||
class geompyDC(GEOM._objref_GEOM_Gen):
|
||||
|
||||
## @addtogroup l1_geompy_auxiliary
|
||||
## @{
|
||||
def __init__(self):
|
||||
GEOM._objref_GEOM_Gen.__init__(self)
|
||||
self.myBuilder = None
|
||||
@ -129,6 +127,8 @@ class geompyDC(GEOM._objref_GEOM_Gen):
|
||||
self.GroupOp = None
|
||||
pass
|
||||
|
||||
## @addtogroup l1_geompy_auxiliary
|
||||
## @{
|
||||
def init_geom(self,theStudy):
|
||||
self.myStudy = theStudy
|
||||
self.myStudyId = self.myStudy._get_StudyId()
|
||||
|
Loading…
Reference in New Issue
Block a user