Public Member Functions | |
bool | __bool__ (self) |
None | __init__ (self) |
None | __init__ (self, MeshPointAndDistance arg0) |
None | __init__ (self, MeshTriPoint mtp, float dist) |
bool | valid (self) |
float | dist (self) |
None | dist (self, float arg1) |
MeshTriPoint | mtp (self) |
None | mtp (self, MeshTriPoint arg1) |
Generated from: MR::MeshPointAndDistance
None mrmeshpy.MeshPointAndDistance.__init__ | ( | self | ) |
Implicit default constructor.
None mrmeshpy.MeshPointAndDistance.__init__ | ( | self, | |
MeshPointAndDistance | arg0 ) |
Implicit copy constructor.
None mrmeshpy.MeshPointAndDistance.__init__ | ( | self, | |
MeshTriPoint | mtp, | ||
float | dist ) |
Implicit aggregate constructor.
bool mrmeshpy.MeshPointAndDistance.__bool__ | ( | self | ) |
float mrmeshpy.MeshPointAndDistance.dist | ( | self | ) |
the distance from input location to mtp considering point's weight
None mrmeshpy.MeshPointAndDistance.dist | ( | self, | |
float | arg1 ) |
MeshTriPoint mrmeshpy.MeshPointAndDistance.mtp | ( | self | ) |
a point on mesh in barycentric representation
None mrmeshpy.MeshPointAndDistance.mtp | ( | self, | |
MeshTriPoint | arg1 ) |
bool mrmeshpy.MeshPointAndDistance.valid | ( | self | ) |
check for validity, otherwise there is no point closer than maxDistance