From: srn Date: Wed, 15 Jun 2005 11:51:24 +0000 (+0000) Subject: BugID IPAL9186: Added a call to method initGeomGen X-Git-Tag: T3_0_0_a4~16 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8039f8cb66ee8b0e077ba34106963b8a438a2d4a;p=modules%2Fgeom.git BugID IPAL9186: Added a call to method initGeomGen --- diff --git a/src/GEOM_SWIG/geompy.py b/src/GEOM_SWIG/geompy.py index e83ae1970..802e5223b 100644 --- a/src/GEOM_SWIG/geompy.py +++ b/src/GEOM_SWIG/geompy.py @@ -37,6 +37,7 @@ import GEOM g = lcc.FindOrLoadComponent("FactoryServer", "GEOM") geom = g._narrow( GEOM.GEOM_Gen ) gg = ImportComponentGUI("GEOM") +gg.initGeomGen() #SRN: modified on Mar 18, 2005