Tolerance parameters for arc interpolation of tool path segments Generated from class MR.ArcInterpolationParams. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | ArcInterpolationParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | ArcInterpolationParams (float eps, float maxRadius, MR.Std._ByValue_Function_Bool_From_Float cb) |
| Constructs MR.ArcInterpolationParams elementwise. | |
| unsafe | ArcInterpolationParams (MR._ByValue_ArcInterpolationParams _other) |
| Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams. | |
| ArcInterpolationParams (Const_ArcInterpolationParams _other) | |
| Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams. | |
| ArcInterpolationParams (ArcInterpolationParams _other) | |
| Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams. | |
| unsafe MR.ArcInterpolationParams | assign (MR._ByValue_ArcInterpolationParams _other) |
| Generated from method MR::ArcInterpolationParams::operator=. | |
| Public Member Functions inherited from MR.Const_ArcInterpolationParams | |
| virtual void | Dispose () |
| unsafe | Const_ArcInterpolationParams () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_ArcInterpolationParams (float eps, float maxRadius, MR.Std._ByValue_Function_Bool_From_Float cb) |
| Constructs MR.ArcInterpolationParams elementwise. | |
| unsafe | Const_ArcInterpolationParams (MR._ByValue_ArcInterpolationParams _other) |
| Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams. | |
| Const_ArcInterpolationParams (Const_ArcInterpolationParams _other) | |
| Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams. | |
| Const_ArcInterpolationParams (ArcInterpolationParams _other) | |
| Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams. | |
Properties | |
| new unsafe ref float | eps [get] |
| maximal deviation of arc from given path | |
| new unsafe ref float | maxRadius [get] |
| maximal radius of the arc | |
| new unsafe MR.Std.Function_Bool_From_Float | cb [get, protected set] |
| callback for reporting on progress | |
| Properties inherited from MR.Const_ArcInterpolationParams | |
| unsafe float | eps [get] |
| maximal deviation of arc from given path | |
| unsafe float | maxRadius [get] |
| maximal radius of the arc | |
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
| callback for reporting on progress | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_ArcInterpolationParams | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_ArcInterpolationParams | |
| unsafe float * | __ref_storage_eps |
| unsafe float * | __ref_storage_maxRadius |
Tolerance parameters for arc interpolation of tool path segments Generated from class MR.ArcInterpolationParams. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.ArcInterpolationParams elementwise.
|
inline |
Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.
|
inline |
Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.
|
inline |
Generated from constructor MR.ArcInterpolationParams.ArcInterpolationParams.
|
inline |
Generated from method MR::ArcInterpolationParams::operator=.
|
getprotected set |
callback for reporting on progress
|
get |
maximal deviation of arc from given path
|
get |
maximal radius of the arc