Version: 6.3.1
Variables

Package GEOM_ObjectInfo

Variables

tuple geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
tuple obj1 = geompy.MakeVertex(0.,0.,0.)
tuple obj2 = geompy.MakeCircleR(150.)
tuple obj3 = geompy.MakeBoxDXDYDZ(300.,400.,500.)
tuple obj4 = geompy.MakeCylinderRH(100.,200.)
list ShapeListCompound = []
tuple obj5 = geompy.MakeCompound(ShapeListCompound)
tuple obj1_entry = geompy.addToStudy(obj1, "Object1")
tuple obj2_entry = geompy.addToStudy(obj2, "Object2")
tuple obj3_entry = geompy.addToStudy(obj3, "Object3")
tuple obj4_entry = geompy.addToStudy(obj4, "Object4")
tuple obj5_entry = geompy.addToStudy(obj5, "Object5")
tuple hasInfo = geom.hasObjectInfo()

Variable Documentation

tuple GEOM_ObjectInfo.geom = salome.lcc.FindOrLoadComponent("FactoryServer", "GEOM")
tuple GEOM_ObjectInfo.obj1 = geompy.MakeVertex(0.,0.,0.)
tuple GEOM_ObjectInfo.obj2 = geompy.MakeCircleR(150.)
tuple GEOM_ObjectInfo.obj3 = geompy.MakeBoxDXDYDZ(300.,400.,500.)
tuple GEOM_ObjectInfo.obj4 = geompy.MakeCylinderRH(100.,200.)
tuple GEOM_ObjectInfo.obj5 = geompy.MakeCompound(ShapeListCompound)
tuple GEOM_ObjectInfo.obj1_entry = geompy.addToStudy(obj1, "Object1")
tuple GEOM_ObjectInfo.obj2_entry = geompy.addToStudy(obj2, "Object2")
tuple GEOM_ObjectInfo.obj3_entry = geompy.addToStudy(obj3, "Object3")
tuple GEOM_ObjectInfo.obj4_entry = geompy.addToStudy(obj4, "Object4")
tuple GEOM_ObjectInfo.obj5_entry = geompy.addToStudy(obj5, "Object5")
tuple GEOM_ObjectInfo.hasInfo = geom.hasObjectInfo()
Copyright © 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
Copyright © 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN, CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS