Packages | |
| package | GEOM_ObjectInfo |
Variables | |
| 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.) |
| list | GEOM_ObjectInfo.ShapeListCompound = [] |
| 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() |