MeshLib C# Docs
Loading...
Searching...
No Matches
MR.ArcInterpolationParams Class Reference

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

Inheritance diagram for MR.ArcInterpolationParams:

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

Detailed Description

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

Constructor & Destructor Documentation

◆ ArcInterpolationParams() [1/5]

unsafe MR.ArcInterpolationParams.ArcInterpolationParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ ArcInterpolationParams() [2/5]

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

Constructs MR.ArcInterpolationParams elementwise.

◆ ArcInterpolationParams() [3/5]

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

◆ ArcInterpolationParams() [4/5]

MR.ArcInterpolationParams.ArcInterpolationParams ( Const_ArcInterpolationParams _other)
inline

◆ ArcInterpolationParams() [5/5]

MR.ArcInterpolationParams.ArcInterpolationParams ( ArcInterpolationParams _other)
inline

Member Function Documentation

◆ assign()

unsafe MR.ArcInterpolationParams MR.ArcInterpolationParams.assign ( MR._ByValue_ArcInterpolationParams _other)
inline

Generated from method MR::ArcInterpolationParams::operator=.

Property Documentation

◆ cb

new unsafe MR.Std.Function_Bool_From_Float MR.ArcInterpolationParams.cb
getprotected set

callback for reporting on progress

◆ eps

new unsafe ref float MR.ArcInterpolationParams.eps
get

maximal deviation of arc from given path

◆ maxRadius

new unsafe ref float MR.ArcInterpolationParams.maxRadius
get

maximal radius of the arc


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