BugID IPAL9186: Added a call to method initGeomGen

This commit is contained in:
srn 2005-06-15 11:51:24 +00:00
parent 79263e107d
commit 8039f8cb66

View File

@ -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