Public Member Functions | |
None | __init__ (self) |
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) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
LineInterpolationParams | operator (*args, **kwargs) |
LineInterpolationParams | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_cb = 8 |
typing | _offsetof_eps = 0 |
typing | _offsetof_maxLength = 4 |
Generated from: MR::LineInterpolationParams
|
static |
None mrmeshpy.LineInterpolationParams.__init__ | ( | self | ) |
None mrmeshpy.LineInterpolationParams.__init__ | ( | self, | |
float | eps, | ||
float | maxLength, | ||
func_bool_from_float | cb ) |
Implicit aggregate constructor.
func_bool_from_float mrmeshpy.LineInterpolationParams.cb | ( | self | ) |
callback for reporting on progress
None mrmeshpy.LineInterpolationParams.cb | ( | self, | |
func_bool_from_float | arg1 ) |
float mrmeshpy.LineInterpolationParams.eps | ( | self | ) |
maximal deviation from given line
None mrmeshpy.LineInterpolationParams.eps | ( | self, | |
float | arg1 ) |
float mrmeshpy.LineInterpolationParams.maxLength | ( | self | ) |
maximal length of the line
None mrmeshpy.LineInterpolationParams.maxLength | ( | self, | |
float | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |
|
staticprotected |