MeshLib C# Docs
Loading...
Searching...
No Matches

Tolerance parameters for arc interpolation of tool path segments Generated from class MR.ArcInterpolationParams. This is the const half of the class. More...

Inheritance diagram for MR.Const_ArcInterpolationParams:

Classes

struct  _Underlying

Public Member Functions

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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe float * __ref_storage_eps
unsafe float * __ref_storage_maxRadius

Properties

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

Detailed Description

Tolerance parameters for arc interpolation of tool path segments Generated from class MR.ArcInterpolationParams. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_ArcInterpolationParams() [1/5]

unsafe MR.Const_ArcInterpolationParams.Const_ArcInterpolationParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_ArcInterpolationParams() [2/5]

unsafe MR.Const_ArcInterpolationParams.Const_ArcInterpolationParams ( float eps,
float maxRadius,
MR.Std._ByValue_Function_Bool_From_Float cb )
inline

Constructs MR.ArcInterpolationParams elementwise.

◆ Const_ArcInterpolationParams() [3/5]

unsafe MR.Const_ArcInterpolationParams.Const_ArcInterpolationParams ( MR._ByValue_ArcInterpolationParams _other)
inline

◆ Const_ArcInterpolationParams() [4/5]

MR.Const_ArcInterpolationParams.Const_ArcInterpolationParams ( Const_ArcInterpolationParams _other)
inline

◆ Const_ArcInterpolationParams() [5/5]

MR.Const_ArcInterpolationParams.Const_ArcInterpolationParams ( ArcInterpolationParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_ArcInterpolationParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_ArcInterpolationParams.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_eps

unsafe float* MR.Const_ArcInterpolationParams.__ref_storage_eps
protected

◆ __ref_storage_maxRadius

unsafe float* MR.Const_ArcInterpolationParams.__ref_storage_maxRadius
protected

Property Documentation

◆ cb

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_ArcInterpolationParams.cb
getprotected set

callback for reporting on progress

◆ eps

unsafe float MR.Const_ArcInterpolationParams.eps
get

maximal deviation of arc from given path

◆ maxRadius

unsafe float MR.Const_ArcInterpolationParams.maxRadius
get

maximal radius of the arc


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