Version: 6.3.1
Variables

Package PAL_MESH_043_2D

Variables

tuple p1 = geompy.MakeVertex(100, 0, 0)
tuple p2 = geompy.MakeVertex(100, 0, 100)
tuple p3 = geompy.MakeVertex(0, 0, 0)
tuple p4 = geompy.MakeVertex(0, 100, 0)
tuple vector1 = geompy.MakeVector(p1,p2)
tuple vector2 = geompy.MakeVector(p3,p4)
tuple ellipse1 = geompy.MakeEllipse(p1,vector1,50,25)
tuple ellipse2 = geompy.MakeEllipse(p3,vector2,300,50)
tuple id_ellipse1 = geompy.addToStudy(ellipse1, "Ellips 1")
tuple id_ellipse2 = geompy.addToStudy(ellipse2, "Ellips 2")
tuple mesh1 = smesh.Mesh(ellipse1, "Path Mesh")
tuple algoReg1 = mesh1.Segment()
tuple hypNbSeg1 = algoReg1.NumberOfSegments(18)
tuple mesh2 = smesh.Mesh(ellipse2, "Tool Mesh")
tuple algoReg2 = mesh2.Segment()
tuple hypNbSeg2 = algoReg2.NumberOfSegments(34)

Variable Documentation

tuple PAL_MESH_043_2D.algoReg1 = mesh1.Segment()

Definition at line 61 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.algoReg2 = mesh2.Segment()

Definition at line 68 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.ellipse1 = geompy.MakeEllipse(p1,vector1,50,25)

Definition at line 47 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.ellipse2 = geompy.MakeEllipse(p3,vector2,300,50)

Definition at line 48 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.hypNbSeg1 = algoReg1.NumberOfSegments(18)

Definition at line 63 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.hypNbSeg2 = algoReg2.NumberOfSegments(34)

Definition at line 70 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.id_ellipse1 = geompy.addToStudy(ellipse1, "Ellips 1")

Definition at line 51 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.id_ellipse2 = geompy.addToStudy(ellipse2, "Ellips 2")

Definition at line 52 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.mesh1 = smesh.Mesh(ellipse1, "Path Mesh")

Definition at line 59 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.mesh2 = smesh.Mesh(ellipse2, "Tool Mesh")

Definition at line 67 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.p1 = geompy.MakeVertex(100, 0, 0)

Definition at line 36 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.p2 = geompy.MakeVertex(100, 0, 100)

Definition at line 37 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.p3 = geompy.MakeVertex(0, 0, 0)

Definition at line 38 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.p4 = geompy.MakeVertex(0, 100, 0)
tuple PAL_MESH_043_2D.vector1 = geompy.MakeVector(p1,p2)

Definition at line 43 of file PAL_MESH_043_2D.py.

tuple PAL_MESH_043_2D.vector2 = geompy.MakeVector(p3,p4)

Definition at line 44 of file PAL_MESH_043_2D.py.

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