Package PAL_MESH_035_geometry


Variables

tuple Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300)
tuple Cylinder_1 = geompy.MakeCylinderRH(100, 300)
int Cone_1 = 1
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)
string name = "Vertex_"
tuple ListOfFaces_Cylinder_1 = geompy.SubShapeAll(Cylinder_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Cylinder_1 = len(ListOfFaces_Cylinder_1)
string name = "Face_"
tuple ListOfFaces_Cone_1 = geompy.SubShapeAll(Cone_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Cone_1 = len(ListOfFaces_Cone_1)
string name = "Face_"
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)
string name = "Face_"
tuple ListOfVertices_Face_7 = geompy.SubShapeAll(ListOfFaces_Cylinder_1[0], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_7 = len(ListOfVertices_Face_7)
string name = "Vertex_"
tuple ListOfVertices_Face_10 = geompy.SubShapeAll(ListOfFaces_Cone_1[0], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_10 = len(ListOfVertices_Face_10)
string name = "Vertex_"
tuple ListOfVertices_Face_15 = geompy.SubShapeAll(ListOfFaces_Partition_1[2], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_15 = len(ListOfVertices_Face_15)
string name = "Vertex_"
tuple ListOfVertices_Face_18 = geompy.SubShapeAll(ListOfFaces_Partition_1[NbExplodedFaces_Partition_1-1], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_18 = len(ListOfVertices_Face_18)
string name = "Vertex_"
tuple Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300)
tuple Cylinder_1 = geompy.MakeCylinderRH(100, 300)
int Cone_1 = 1
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)
string name = "Vertex_"
tuple ListOfFaces_Cylinder_1 = geompy.SubShapeAll(Cylinder_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Cylinder_1 = len(ListOfFaces_Cylinder_1)
string name = "Face_"
tuple ListOfFaces_Cone_1 = geompy.SubShapeAll(Cone_1, geompy.ShapeType["FACE"])
tuple NbExplodedFaces_Cone_1 = len(ListOfFaces_Cone_1)
string name = "Face_"
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)
string name = "Face_"
tuple ListOfVertices_Face_7 = geompy.SubShapeAll(ListOfFaces_Cylinder_1[0], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_7 = len(ListOfVertices_Face_7)
string name = "Vertex_"
tuple ListOfVertices_Face_10 = geompy.SubShapeAll(ListOfFaces_Cone_1[0], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_10 = len(ListOfVertices_Face_10)
string name = "Vertex_"
tuple ListOfVertices_Face_15 = geompy.SubShapeAll(ListOfFaces_Partition_1[2], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_15 = len(ListOfVertices_Face_15)
string name = "Vertex_"
tuple ListOfVertices_Face_18 = geompy.SubShapeAll(ListOfFaces_Partition_1[NbExplodedFaces_Partition_1-1], geompy.ShapeType["VERTEX"])
tuple NbExplodedVertices_Face_18 = len(ListOfVertices_Face_18)
string name = "Vertex_"


Variable Documentation

tuple PAL_MESH_035_geometry.Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300) [static]
 

tuple PAL_MESH_035_geometry.Cylinder_1 = geompy.MakeCylinderRH(100, 300) [static]
 

int PAL_MESH_035_geometry.Cone_1 = 1 [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Box_1 = len(ListOfFaces_Box_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Box_1 = len(ListOfVertices_Box_1) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Cylinder_1 = geompy.SubShapeAll(Cylinder_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Cylinder_1 = len(ListOfFaces_Cylinder_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Cone_1 = geompy.SubShapeAll(Cone_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Cone_1 = len(ListOfFaces_Cone_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.Plane_1 = geompy.MakePlaneThreePnt(ListOfVertices_Box_1[0], ListOfVertices_Box_1[1], ListOfVertices_Box_1[3], 600) [static]
 

tuple PAL_MESH_035_geometry.compound = geompy.MakeCompound([ListOfFaces_Cylinder_1[0], ListOfFaces_Cone_1[0]]) [static]
 

tuple PAL_MESH_035_geometry.Partition_1 = geompy.MakeHalfPartition(compound, Plane_1) [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Partition_1 = geompy.SubShapeAll(Partition_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Partition_1 = len(ListOfFaces_Partition_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_7 = geompy.SubShapeAll(ListOfFaces_Cylinder_1[0], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_7 = len(ListOfVertices_Face_7) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_10 = geompy.SubShapeAll(ListOfFaces_Cone_1[0], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_10 = len(ListOfVertices_Face_10) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_15 = geompy.SubShapeAll(ListOfFaces_Partition_1[2], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_15 = len(ListOfVertices_Face_15) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_18 = geompy.SubShapeAll(ListOfFaces_Partition_1[NbExplodedFaces_Partition_1-1], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_18 = len(ListOfVertices_Face_18) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.Box_1 = geompy.MakeBoxDXDYDZ(200, 400, 300) [static]
 

tuple PAL_MESH_035_geometry.Cylinder_1 = geompy.MakeCylinderRH(100, 300) [static]
 

int PAL_MESH_035_geometry.Cone_1 = 1 [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Box_1 = len(ListOfFaces_Box_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Box_1 = geompy.SubShapeAll(Box_1, geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Box_1 = len(ListOfVertices_Box_1) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Cylinder_1 = geompy.SubShapeAll(Cylinder_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Cylinder_1 = len(ListOfFaces_Cylinder_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Cone_1 = geompy.SubShapeAll(Cone_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Cone_1 = len(ListOfFaces_Cone_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.Plane_1 = geompy.MakePlaneThreePnt(ListOfVertices_Box_1[0], ListOfVertices_Box_1[1], ListOfVertices_Box_1[3], 600) [static]
 

tuple PAL_MESH_035_geometry.compound = geompy.MakeCompound([ListOfFaces_Cylinder_1[0], ListOfFaces_Cone_1[0]]) [static]
 

tuple PAL_MESH_035_geometry.Partition_1 = geompy.MakeHalfPartition(compound, Plane_1) [static]
 

tuple PAL_MESH_035_geometry.ListOfFaces_Partition_1 = geompy.SubShapeAll(Partition_1, geompy.ShapeType["FACE"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedFaces_Partition_1 = len(ListOfFaces_Partition_1) [static]
 

string PAL_MESH_035_geometry.name = "Face_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_7 = geompy.SubShapeAll(ListOfFaces_Cylinder_1[0], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_7 = len(ListOfVertices_Face_7) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_10 = geompy.SubShapeAll(ListOfFaces_Cone_1[0], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_10 = len(ListOfVertices_Face_10) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_15 = geompy.SubShapeAll(ListOfFaces_Partition_1[2], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_15 = len(ListOfVertices_Face_15) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]
 

tuple PAL_MESH_035_geometry.ListOfVertices_Face_18 = geompy.SubShapeAll(ListOfFaces_Partition_1[NbExplodedFaces_Partition_1-1], geompy.ShapeType["VERTEX"]) [static]
 

tuple PAL_MESH_035_geometry.NbExplodedVertices_Face_18 = len(ListOfVertices_Face_18) [static]
 

string PAL_MESH_035_geometry.name = "Vertex_" [static]