MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.LineInterpolationParams Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, LineInterpolationParams arg0)
 
None __init__ (self, float eps, float maxLength, func_bool_from_float cb)
 
func_bool_from_float cb (self)
 
None cb (self, func_bool_from_float arg1)
 
float eps (self)
 
None eps (self, float arg1)
 
float maxLength (self)
 
None maxLength (self, float arg1)
 

Detailed Description

Generated from:  MR::LineInterpolationParams

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.LineInterpolationParams.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None meshlib.mrmeshpy.LineInterpolationParams.__init__ ( self,
float eps,
float maxLength,
func_bool_from_float cb )
Implicit aggregate constructor.

Member Function Documentation

◆ cb() [1/2]

func_bool_from_float meshlib.mrmeshpy.LineInterpolationParams.cb ( self)
callback for reporting on progress

◆ cb() [2/2]

None meshlib.mrmeshpy.LineInterpolationParams.cb ( self,
func_bool_from_float arg1 )

◆ eps() [1/2]

float meshlib.mrmeshpy.LineInterpolationParams.eps ( self)
maximal deviation from given line

◆ eps() [2/2]

None meshlib.mrmeshpy.LineInterpolationParams.eps ( self,
float arg1 )

◆ maxLength() [1/2]

float meshlib.mrmeshpy.LineInterpolationParams.maxLength ( self)
maximal length of the line

◆ maxLength() [2/2]

None meshlib.mrmeshpy.LineInterpolationParams.maxLength ( self,
float arg1 )

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