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) |
Generated from: MR::LineInterpolationParams
None meshlib.mrmeshpy.LineInterpolationParams.__init__ | ( | self | ) |
Implicit default constructor.
None meshlib.mrmeshpy.LineInterpolationParams.__init__ | ( | self, | |
LineInterpolationParams | arg0 ) |
Implicit copy constructor.
None meshlib.mrmeshpy.LineInterpolationParams.__init__ | ( | self, | |
float | eps, | ||
float | maxLength, | ||
func_bool_from_float | cb ) |
Implicit aggregate constructor.
func_bool_from_float meshlib.mrmeshpy.LineInterpolationParams.cb | ( | self | ) |
callback for reporting on progress
None meshlib.mrmeshpy.LineInterpolationParams.cb | ( | self, | |
func_bool_from_float | arg1 ) |
float meshlib.mrmeshpy.LineInterpolationParams.eps | ( | self | ) |
maximal deviation from given line
None meshlib.mrmeshpy.LineInterpolationParams.eps | ( | self, | |
float | arg1 ) |
float meshlib.mrmeshpy.LineInterpolationParams.maxLength | ( | self | ) |
maximal length of the line
None meshlib.mrmeshpy.LineInterpolationParams.maxLength | ( | self, | |
float | arg1 ) |