X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=examples%2FSupervRheolefGraph.py;h=b537746d1ca14fc734ed05a59d865a39c6b03856;hb=refs%2Ftags%2FStart-v1_1a;hp=7cf5a0523c151974165900f85c5186c4603f2d4f;hpb=f1203589661527b8d6d040f1075a4d7ffcae142d;p=modules%2Fsuperv.git diff --git a/examples/SupervRheolefGraph.py b/examples/SupervRheolefGraph.py index 7cf5a05..b537746 100755 --- a/examples/SupervRheolefGraph.py +++ b/examples/SupervRheolefGraph.py @@ -16,7 +16,7 @@ print InitCL.SetAuthor( '' ) print InitCL.SetContainer( 'localhost/FactoryServer' ) print InitCL.SetComment( '' ) InitCL.Coords( 340 , 327 ) -MakeBox = aNewDataFlow.Node( 'Geometry' , 'Geometry' , 'MakeBox' ) +MakeBox = aNewDataFlow.Node( 'GEOM' , 'GEOM' , 'MakeBox' ) print MakeBox.SetName( 'MakeBox' ) print MakeBox.SetAuthor( '' ) print MakeBox.SetContainer( 'localhost/FactoryServer' ) @@ -40,19 +40,19 @@ print ModifyCL.SetAuthor( '' ) print ModifyCL.SetContainer( 'localhost/FactoryServer' ) print ModifyCL.SetComment( '' ) ModifyCL.Coords( 509 , 328 ) -MakeBoolean = aNewDataFlow.Node( 'Geometry' , 'Geometry' , 'MakeBoolean' ) +MakeBoolean = aNewDataFlow.Node( 'GEOM' , 'GEOM' , 'MakeBoolean' ) print MakeBoolean.SetName( 'MakeBoolean' ) print MakeBoolean.SetAuthor( '' ) print MakeBoolean.SetContainer( 'localhost/FactoryServer' ) print MakeBoolean.SetComment( '' ) MakeBoolean.Coords( 171 , 0 ) -MakeBox_1 = aNewDataFlow.Node( 'Geometry' , 'Geometry' , 'MakeBox' ) +MakeBox_1 = aNewDataFlow.Node( 'GEOM' , 'GEOM' , 'MakeBox' ) print MakeBox_1.SetName( 'MakeBox_1' ) print MakeBox_1.SetAuthor( '' ) print MakeBox_1.SetContainer( 'localhost/FactoryServer' ) print MakeBox_1.SetComment( '' ) MakeBox_1.Coords( 0 , 325 ) -MakeTranslation = aNewDataFlow.Node( 'Geometry' , 'Geometry' , 'MakeTranslation' ) +MakeTranslation = aNewDataFlow.Node( 'GEOM' , 'GEOM' , 'MakeTranslation' ) print MakeTranslation.SetName( 'MakeTranslation' ) print MakeTranslation.SetAuthor( '' ) print MakeTranslation.SetContainer( 'localhost/FactoryServer' )