Salome HOME
NRI : Rename Geometry component and interface by GEOM.
[modules/superv.git] / examples / NewGraphGeomEssai.py
index 168e25bf280ae60a6733964e6464dcaa5ad17567..d8f8888080b3e5c3343391407bb6446ec3e4ea4d 100644 (file)
@@ -9,22 +9,22 @@ print GraphGeom2Essai.SetComment( '' )
 GraphGeom2Essai.Coords( 0 , 0 )
 
 # Creation of Nodes
-MakeSphere = GraphGeom2Essai.Node( 'Geometry' , 'Geometry' , 'MakeSphere' )
+MakeSphere = GraphGeom2Essai.Node( 'GEOM' , 'GEOM' , 'MakeSphere' )
 print MakeSphere.SetAuthor( '' )
 print MakeSphere.SetContainer( 'FactoryServer' )
 print MakeSphere.SetComment( '' )
 MakeSphere.Coords( 17 , 75 )
-MakeCopy = GraphGeom2Essai.Node( 'Geometry' , 'Geometry' , 'MakeCopy' )
+MakeCopy = GraphGeom2Essai.Node( 'GEOM' , 'GEOM' , 'MakeCopy' )
 print MakeCopy.SetAuthor( '' )
 print MakeCopy.SetContainer( 'FactoryServer' )
 print MakeCopy.SetComment( '' )
 MakeCopy.Coords( 219 , 12 )
-MakeTranslation = GraphGeom2Essai.Node( 'Geometry' , 'Geometry' , 'MakeTranslation' )
+MakeTranslation = GraphGeom2Essai.Node( 'GEOM' , 'GEOM' , 'MakeTranslation' )
 print MakeTranslation.SetAuthor( '' )
 print MakeTranslation.SetContainer( 'FactoryServer' )
 print MakeTranslation.SetComment( '' )
 MakeTranslation.Coords( 221 , 209 )
-MakeFuse = GraphGeom2Essai.Node( 'Geometry' , 'Geometry' , 'MakeFuse' )
+MakeFuse = GraphGeom2Essai.Node( 'GEOM' , 'GEOM' , 'MakeFuse' )
 print MakeFuse.SetAuthor( '' )
 print MakeFuse.SetContainer( 'FactoryServer' )
 print MakeFuse.SetComment( '' )