Version: 6.3.1
Variables

Package PAL_MESH_035_geometry

Variables

tuple Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300)
tuple Cylinder_1 = geompy.MakeCylinderRH(100, 300)
tuple Cone_1 = geompy.MakeConeR1R2H(100, 50, 200)
tuple ListOfFaces_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Box_1 = len(ListOfFaces_Box_1)
string name = "Face_"
tuple ListOfVertices_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Box_1 = len(ListOfVertices_Box_1)
tuple ListOfFaces_Cylinder_1 = geompy.SubShapeAll(Cylinder_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Cylinder_1 = len(ListOfFaces_Cylinder_1)
tuple ListOfFaces_Cone_1 = geompy.SubShapeAll(Cone_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Cone_1 = len(ListOfFaces_Cone_1)
tuple Plane_1 = geompy.MakePlaneThreePnt(ListOfVertices_Box_1[0], ListOfVertices_Box_1[1], ListOfVertices_Box_1[3], 600)
tuple compound = geompy.MakeCompound([ListOfFaces_Cylinder_1[0], ListOfFaces_Cone_1[0]])
tuple Partition_1 = geompy.MakeHalfPartition(compound, Plane_1)
tuple ListOfFaces_Partition_1 = geompy.SubShapeAll(Partition_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Partition_1 = len(ListOfFaces_Partition_1)
tuple ListOfVertices_Face_7 = geompy.SubShapeAll(ListOfFaces_Cylinder_1[0], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_7 = len(ListOfVertices_Face_7)
tuple ListOfVertices_Face_10 = geompy.SubShapeAll(ListOfFaces_Cone_1[0], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_10 = len(ListOfVertices_Face_10)
tuple ListOfVertices_Face_15 = geompy.SubShapeAll(ListOfFaces_Partition_1[2], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_15 = len(ListOfVertices_Face_15)
tuple ListOfVertices_Face_18 = geompy.SubShapeAll(ListOfFaces_Partition_1[NbExplodedFaces_Partition_1-1], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_18 = len(ListOfVertices_Face_18)

Variable Documentation

tuple PAL_MESH_035_geometry.Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300)
tuple PAL_MESH_035_geometry.Cylinder_1 = geompy.MakeCylinderRH(100, 300)
tuple PAL_MESH_035_geometry.Cone_1 = geompy.MakeConeR1R2H(100, 50, 200)
tuple PAL_MESH_035_geometry.ListOfFaces_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["FACE"])
string PAL_MESH_035_geometry::name = "Face_"
tuple PAL_MESH_035_geometry.ListOfVertices_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["VERTEX"])
tuple PAL_MESH_035_geometry.Partition_1 = geompy.MakeHalfPartition(compound, Plane_1)
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