Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, PlanarTriangulation.IntersectionInfo arg0) |
None | __init__ (self, VertId lOrg, VertId lDest, VertId uOrg, VertId uDest, float lRatio, float uRatio) |
bool | isIntersection (self) |
VertId | lDest (self) |
None | lDest (self, VertId arg1) |
VertId | lOrg (self) |
None | lOrg (self, VertId arg1) |
float | lRatio (self) |
None | lRatio (self, float arg1) |
VertId | uDest (self) |
None | uDest (self, VertId arg1) |
VertId | uOrg (self) |
None | uOrg (self, VertId arg1) |
float | uRatio (self) |
None | uRatio (self, float arg1) |
Generated from: MR::PlanarTriangulation::IntersectionInfo Info about intersection point for mapping
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.__init__ | ( | self, | |
PlanarTriangulation.IntersectionInfo | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.__init__ | ( | self, | |
VertId | lOrg, | ||
VertId | lDest, | ||
VertId | uOrg, | ||
VertId | uDest, | ||
float | lRatio, | ||
float | uRatio ) |
Implicit aggregate constructor.
bool meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.isIntersection | ( | self | ) |
VertId meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.lDest | ( | self | ) |
if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.lDest | ( | self, | |
VertId | arg1 ) |
VertId meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.lOrg | ( | self | ) |
if lDest is invalid then lOrg is id of input vertex ids of lower intersection edge vertices
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.lOrg | ( | self, | |
VertId | arg1 ) |
float meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.lRatio | ( | self | ) |
ratio of intersection 0.0 -> point is lOrg 1.0 -> point is lDest
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.lRatio | ( | self, | |
float | arg1 ) |
VertId meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.uDest | ( | self | ) |
ids of upper intersection edge vertices
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.uDest | ( | self, | |
VertId | arg1 ) |
VertId meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.uOrg | ( | self | ) |
ids of upper intersection edge vertices
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.uOrg | ( | self, | |
VertId | arg1 ) |
float meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.uRatio | ( | self | ) |
0.0 -> point is uOrg 1.0 -> point is uDest
None meshlib.mrmeshpy.PlanarTriangulation.IntersectionInfo.uRatio | ( | self, | |
float | arg1 ) |