From 78c60bdf96778fbd7a80712a4511d6036ad995d8 Mon Sep 17 00:00:00 2001 From: nri Date: Wed, 21 May 2003 12:58:49 +0000 Subject: [PATCH] NRI : Rename Geometry component and interface by GEOM. --- examples/GeomGraph.py | 14 +++++++------- examples/GeomGraph.xml | 28 ++++++++++++++-------------- examples/GraphGeomEssai.xml | 20 ++++++++++---------- examples/NewGraphGeomEssai.py | 8 ++++---- examples/NewGraphGeomEssai.xml | 8 ++++---- examples/SupervRheolefGraph.py | 8 ++++---- examples/SupervRheolefGraph.xml | 16 ++++++++-------- 7 files changed, 51 insertions(+), 51 deletions(-) diff --git a/examples/GeomGraph.py b/examples/GeomGraph.py index 673911c..0597429 100644 --- a/examples/GeomGraph.py +++ b/examples/GeomGraph.py @@ -10,43 +10,43 @@ GeomGraph.SetComment( '' ) GeomGraph.Coords( 0 , 0 ) # Creation of Factory Nodes -MakeBox = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeBox' ) +MakeBox = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeBox' ) MakeBox.SetName( 'MakeBox' ) MakeBox.SetAuthor( '' ) MakeBox.SetContainer( 'localhost/FactoryServer' ) MakeBox.SetComment( 'MakeBox from Geometry' ) MakeBox.Coords( 5 , 101 ) -MakeCopy = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeCopy' ) +MakeCopy = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeCopy' ) MakeCopy.SetName( 'MakeCopy' ) MakeCopy.SetAuthor( '' ) MakeCopy.SetContainer( 'localhost/FactoryServer' ) MakeCopy.SetComment( 'MakeCopy from Geometry' ) MakeCopy.Coords( 235 , 77 ) -MakeCopy_1 = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeCopy' ) +MakeCopy_1 = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeCopy' ) MakeCopy_1.SetName( 'MakeCopy_1' ) MakeCopy_1.SetAuthor( '' ) MakeCopy_1.SetContainer( 'localhost/FactoryServer' ) MakeCopy_1.SetComment( 'MakeCopy from Geometry' ) MakeCopy_1.Coords( 232 , 332 ) -MakeTranslation = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeTranslation' ) +MakeTranslation = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeTranslation' ) MakeTranslation.SetName( 'MakeTranslation' ) MakeTranslation.SetAuthor( '' ) MakeTranslation.SetContainer( 'localhost/FactoryServer' ) MakeTranslation.SetComment( 'MakeTranslation from Geometry' ) MakeTranslation.Coords( 449 , 86 ) -MakeFuse = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeFuse' ) +MakeFuse = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeFuse' ) MakeFuse.SetName( 'MakeFuse' ) MakeFuse.SetAuthor( '' ) MakeFuse.SetContainer( 'localhost/FactoryServer' ) MakeFuse.SetComment( 'MakeFuse from Geometry' ) MakeFuse.Coords( 678 , 224 ) -MakeFuse_1 = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeFuse' ) +MakeFuse_1 = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeFuse' ) MakeFuse_1.SetName( 'MakeFuse_1' ) MakeFuse_1.SetAuthor( '' ) MakeFuse_1.SetContainer( 'localhost/FactoryServer' ) MakeFuse_1.SetComment( 'MakeFuse from Geometry' ) MakeFuse_1.Coords( 909 , 340 ) -MakeSphere = GeomGraph.FNode( 'Geometry' , 'Geometry' , 'MakeSphere' ) +MakeSphere = GeomGraph.FNode( 'GEOM' , 'GEOM' , 'MakeSphere' ) MakeSphere.SetName( 'MakeSphere' ) MakeSphere.SetAuthor( '' ) MakeSphere.SetContainer( 'localhost/FactoryServer' ) diff --git a/examples/GeomGraph.xml b/examples/GeomGraph.xml index fdd4234..8da148d 100644 --- a/examples/GeomGraph.xml +++ b/examples/GeomGraph.xml @@ -91,8 +91,8 @@ - Geometry - Geometry + GEOM + GEOM MakeBox 0 ? @@ -145,8 +145,8 @@ 101 - Geometry - Geometry + GEOM + GEOM MakeCopy 0 ? @@ -179,8 +179,8 @@ 77 - Geometry - Geometry + GEOM + GEOM MakeCopy_1 0 ? @@ -213,8 +213,8 @@ 332 - Geometry - Geometry + GEOM + GEOM MakeTranslation 0 ? @@ -259,8 +259,8 @@ 86 - Geometry - Geometry + GEOM + GEOM MakeFuse 0 ? @@ -297,8 +297,8 @@ 224 - Geometry - Geometry + GEOM + GEOM MakeFuse_1 0 ? @@ -335,8 +335,8 @@ 340 - Geometry - Geometry + GEOM + GEOM MakeSphere 0 ? diff --git a/examples/GraphGeomEssai.xml b/examples/GraphGeomEssai.xml index e43924c..cd3b7e9 100644 --- a/examples/GraphGeomEssai.xml +++ b/examples/GraphGeomEssai.xml @@ -62,8 +62,8 @@ - Geometry - Geometry + GEOM + GEOM MakeCopy 0 @@ -91,8 +91,8 @@ 85 - Geometry - Geometry + GEOM + GEOM MakeFuse 0 @@ -124,8 +124,8 @@ 179 - Geometry - Geometry + GEOM + GEOM MakeSphere 0 @@ -165,8 +165,8 @@ 188 - Geometry - Geometry + GEOM + GEOM MakeTranslation 0 @@ -206,8 +206,8 @@ 85 - Geometry - Geometry + GEOM + GEOM MakeCopy_1 0 diff --git a/examples/NewGraphGeomEssai.py b/examples/NewGraphGeomEssai.py index 168e25b..d8f8888 100644 --- a/examples/NewGraphGeomEssai.py +++ b/examples/NewGraphGeomEssai.py @@ -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( '' ) diff --git a/examples/NewGraphGeomEssai.xml b/examples/NewGraphGeomEssai.xml index 6027765..552125d 100644 --- a/examples/NewGraphGeomEssai.xml +++ b/examples/NewGraphGeomEssai.xml @@ -62,7 +62,7 @@ - Geometry + GEOM ? MakeSphere 0 @@ -103,7 +103,7 @@ 75 - Geometry + GEOM ? MakeCopy 0 @@ -132,7 +132,7 @@ 12 - Geometry + GEOM ? MakeTranslation 0 @@ -173,7 +173,7 @@ 209 - Geometry + GEOM ? MakeFuse 0 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' ) diff --git a/examples/SupervRheolefGraph.xml b/examples/SupervRheolefGraph.xml index 37cd036..aa75195 100755 --- a/examples/SupervRheolefGraph.xml +++ b/examples/SupervRheolefGraph.xml @@ -215,8 +215,8 @@ 327 - Geometry - Geometry + GEOM + GEOM MakeBox 0 @@ -391,8 +391,8 @@ 328 - Geometry - Geometry + GEOM + GEOM MakeBoolean 0 @@ -428,8 +428,8 @@ 0 - Geometry - Geometry + GEOM + GEOM MakeBox_1 0 @@ -477,8 +477,8 @@ 325 - Geometry - Geometry + GEOM + GEOM MakeTranslation 0 -- 2.39.2