Version: 6.3.1
Variables

Package PAL_MESH_030_geometry

Variables

tuple Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300)
tuple Box_1_vertices = geompy.SubShapeAll(Box_1, geompy.ShapeType["VERTEX"])
tuple Box_1_faces = geompy.SubShapeAll(Box_1, geompy.ShapeType["FACE"])
tuple Vertex_9 = geompy.MakeVertex(200, 200, 50)
tuple Vertex_10 = geompy.MakeVertex(150, 300, 80)
list Face_translated = []
list ShapeListCompound_1 = []
int i = 0
tuple Compound_1 = geompy.MakeCompound(ShapeListCompound_1)
tuple Compound_1_faces = geompy.SubShapeAll(Compound_1, geompy.ShapeType["FACE"])
tuple Face_translated_2_vertices = geompy.SubShapeAll(Face_translated[1], geompy.ShapeType["VERTEX"])
tuple Box_2 = geompy.MakeBoxTwoPnt(Vertex_10, Face_translated_2_vertices[0])
list ShapeListCompound_2 = []
tuple Compound_2 = geompy.MakeCompound(ShapeListCompound_2)
tuple Compound_2_solids = geompy.SubShapeAll(Compound_2, geompy.ShapeType["SOLID"])
tuple id_Compound_1 = geompy.addToStudy(Compound_1, "Compound_1")
tuple id_Face_1 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[0], "Face_1")
tuple id_Face_5 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[4], "Face_5")
tuple id_Face_4 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[3], "Face_4")
tuple id_Compound_2 = geompy.addToStudy(Compound_2, "Compound_2")
tuple id_Solid_2 = geompy.addToStudyInFather(Compound_2,Compound_2_solids[1], "Solid_2")

Variable Documentation

tuple PAL_MESH_030_geometry::Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300)
tuple PAL_MESH_030_geometry.Box_1_vertices = geompy.SubShapeAll(Box_1, geompy.ShapeType["VERTEX"])
tuple PAL_MESH_030_geometry.Box_1_faces = geompy.SubShapeAll(Box_1, geompy.ShapeType["FACE"])
tuple PAL_MESH_030_geometry.Vertex_9 = geompy.MakeVertex(200, 200, 50)
tuple PAL_MESH_030_geometry.Vertex_10 = geompy.MakeVertex(150, 300, 80)
tuple PAL_MESH_030_geometry.id_Compound_1 = geompy.addToStudy(Compound_1, "Compound_1")
tuple PAL_MESH_030_geometry.id_Face_1 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[0], "Face_1")
tuple PAL_MESH_030_geometry.id_Face_5 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[4], "Face_5")
tuple PAL_MESH_030_geometry.id_Face_4 = geompy.addToStudyInFather(Compound_1,Compound_1_faces[3], "Face_4")
tuple PAL_MESH_030_geometry.id_Compound_2 = geompy.addToStudy(Compound_2, "Compound_2")
tuple PAL_MESH_030_geometry.id_Solid_2 = geompy.addToStudyInFather(Compound_2,Compound_2_solids[1], "Solid_2")
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