MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.PointAndDistance Class Reference

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)
 

Detailed Description

Generated from:  MR::PointAndDistance

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.PointAndDistance.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

None mrmeshpy.PointAndDistance.__init__ ( self,
PointAndDistance arg0 )
Implicit copy constructor.

◆ __init__() [3/3]

None mrmeshpy.PointAndDistance.__init__ ( self,
VertId vId,
float dist )
Implicit aggregate constructor.

Member Function Documentation

◆ __bool__()

bool mrmeshpy.PointAndDistance.__bool__ ( self)

◆ dist() [1/2]

float mrmeshpy.PointAndDistance.dist ( self)
the distance from input location to point vId considering point's weight

◆ dist() [2/2]

None mrmeshpy.PointAndDistance.dist ( self,
float arg1 )

◆ valid()

bool mrmeshpy.PointAndDistance.valid ( self)
check for validity, otherwise there is no point closer than maxDistance

◆ vId() [1/2]

VertId mrmeshpy.PointAndDistance.vId ( self)
a cloud's point

◆ vId() [2/2]

None mrmeshpy.PointAndDistance.vId ( self,
VertId arg1 )

The documentation for this class was generated from the following file: