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