Package supervisiongeomexample


Variables

tuple geom = lcc.FindOrLoadComponent("FactoryServer", "Geometry")
tuple myBuilder = salome.myStudy.NewBuilder()
tuple GraphGeom2Essai = Graph( 'GraphGeom2Essai' )
int MakeSphere = 2
int MakeCopy = 2
int MakeTranslation = 2
int MakeFuse = 2
tuple MakeSphereshape = MakeSphere.Port( 'shape' )
int MakeCopyshape1 = 2
int MakeTranslationshape1 = 2
tuple MakeCopyshape = MakeCopy.Port( 'shape' )
int MakeFuseshape1 = 2
tuple MakeTranslationshape = MakeTranslation.Port( 'shape' )
int MakeFuseshape2 = 2
tuple MakeSpherex1 = MakeSphere.Input( 'x1' , 0)
tuple MakeSpherey1 = MakeSphere.Input( 'y1' , 0)
tuple MakeSpherez1 = MakeSphere.Input( 'z1' , 0)
tuple MakeSphereradius = MakeSphere.Input( 'radius' , 50)
tuple MakeTranslationx1 = MakeTranslation.Input( 'x1' , 80)
tuple MakeTranslationy1 = MakeTranslation.Input( 'y1' , 0)
tuple MakeTranslationz1 = MakeTranslation.Input( 'z1' , 0)
tuple MakeFuseshape = MakeFuse.Port( 'shape' )


Variable Documentation

tuple supervisiongeomexample.geom = lcc.FindOrLoadComponent("FactoryServer", "Geometry") [static]
 

tuple supervisiongeomexample.myBuilder = salome.myStudy.NewBuilder() [static]
 

tuple supervisiongeomexample.GraphGeom2Essai = Graph( 'GraphGeom2Essai' ) [static]
 

int supervisiongeomexample.MakeSphere = 2 [static]
 

int supervisiongeomexample.MakeCopy = 2 [static]
 

int supervisiongeomexample.MakeTranslation = 2 [static]
 

int supervisiongeomexample.MakeFuse = 2 [static]
 

tuple supervisiongeomexample.MakeSphereshape = MakeSphere.Port( 'shape' ) [static]
 

int supervisiongeomexample.MakeCopyshape1 = 2 [static]
 

int supervisiongeomexample.MakeTranslationshape1 = 2 [static]
 

tuple supervisiongeomexample.MakeCopyshape = MakeCopy.Port( 'shape' ) [static]
 

int supervisiongeomexample.MakeFuseshape1 = 2 [static]
 

tuple supervisiongeomexample.MakeTranslationshape = MakeTranslation.Port( 'shape' ) [static]
 

int supervisiongeomexample.MakeFuseshape2 = 2 [static]
 

tuple supervisiongeomexample.MakeSpherex1 = MakeSphere.Input( 'x1' , 0) [static]
 

tuple supervisiongeomexample.MakeSpherey1 = MakeSphere.Input( 'y1' , 0) [static]
 

tuple supervisiongeomexample.MakeSpherez1 = MakeSphere.Input( 'z1' , 0) [static]
 

tuple supervisiongeomexample.MakeSphereradius = MakeSphere.Input( 'radius' , 50) [static]
 

tuple supervisiongeomexample.MakeTranslationx1 = MakeTranslation.Input( 'x1' , 80) [static]
 

tuple supervisiongeomexample.MakeTranslationy1 = MakeTranslation.Input( 'y1' , 0) [static]
 

tuple supervisiongeomexample.MakeTranslationz1 = MakeTranslation.Input( 'z1' , 0) [static]
 

tuple supervisiongeomexample.MakeFuseshape = MakeFuse.Port( 'shape' ) [static]