Package GEOM_example5


Variables

tuple geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
tuple BasicOp = geom.GetIBasicOperations(salome.myStudyId)
tuple Vertex1 = BasicOp.MakePointXYZ(0., 0., 0.)
tuple Vertex2 = BasicOp.MakePointXYZ(100., 20., 30.)
tuple Vertex3 = BasicOp.MakePointXYZ(150., 100., -25.)
tuple Vertex4 = BasicOp.MakePointXYZ(40., -80., 79.)
list GOList = []
tuple Bezier = geompy.MakeBezier(GOList)
tuple Interpol = geompy.MakeInterpol(GOList)
tuple id_Bezier = geompy.addToStudy(Bezier, "Bezier")
tuple id_Interpol = geompy.addToStudy(Interpol, "Interpol")
tuple geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
tuple BasicOp = geom.GetIBasicOperations(salome.myStudyId)
tuple Vertex1 = BasicOp.MakePointXYZ(0., 0., 0.)
tuple Vertex2 = BasicOp.MakePointXYZ(100., 20., 30.)
tuple Vertex3 = BasicOp.MakePointXYZ(150., 100., -25.)
tuple Vertex4 = BasicOp.MakePointXYZ(40., -80., 79.)
list GOList = []
tuple Bezier = geompy.MakeBezier(GOList)
tuple Interpol = geompy.MakeInterpol(GOList)
tuple id_Bezier = geompy.addToStudy(Bezier, "Bezier")
tuple id_Interpol = geompy.addToStudy(Interpol, "Interpol")


Variable Documentation

tuple GEOM_example5.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") [static]
 

tuple GEOM_example5.BasicOp = geom.GetIBasicOperations(salome.myStudyId) [static]
 

tuple GEOM_example5.Vertex1 = BasicOp.MakePointXYZ(0., 0., 0.) [static]
 

tuple GEOM_example5.Vertex2 = BasicOp.MakePointXYZ(100., 20., 30.) [static]
 

tuple GEOM_example5.Vertex3 = BasicOp.MakePointXYZ(150., 100., -25.) [static]
 

tuple GEOM_example5.Vertex4 = BasicOp.MakePointXYZ(40., -80., 79.) [static]
 

list GEOM_example5.GOList = [] [static]
 

tuple GEOM_example5.Bezier = geompy.MakeBezier(GOList) [static]
 

tuple GEOM_example5.Interpol = geompy.MakeInterpol(GOList) [static]
 

tuple GEOM_example5.id_Bezier = geompy.addToStudy(Bezier, "Bezier") [static]
 

tuple GEOM_example5.id_Interpol = geompy.addToStudy(Interpol, "Interpol") [static]
 

tuple GEOM_example5.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM") [static]
 

tuple GEOM_example5.BasicOp = geom.GetIBasicOperations(salome.myStudyId) [static]
 

tuple GEOM_example5.Vertex1 = BasicOp.MakePointXYZ(0., 0., 0.) [static]
 

tuple GEOM_example5.Vertex2 = BasicOp.MakePointXYZ(100., 20., 30.) [static]
 

tuple GEOM_example5.Vertex3 = BasicOp.MakePointXYZ(150., 100., -25.) [static]
 

tuple GEOM_example5.Vertex4 = BasicOp.MakePointXYZ(40., -80., 79.) [static]
 

list GEOM_example5.GOList = [] [static]
 

tuple GEOM_example5.Bezier = geompy.MakeBezier(GOList) [static]
 

tuple GEOM_example5.Interpol = geompy.MakeInterpol(GOList) [static]
 

tuple GEOM_example5.id_Bezier = geompy.addToStudy(Bezier, "Bezier") [static]
 

tuple GEOM_example5.id_Interpol = geompy.addToStudy(Interpol, "Interpol") [static]