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