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