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

structure with parameters for compensateRadius function Generated from class MR.CompensateRadiusParams. This is the const half of the class. More...

Inheritance diagram for MR.Const_CompensateRadiusParams:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_CompensateRadiusParams ()
 Constructs an empty (default-constructed) instance.
unsafe Const_CompensateRadiusParams (MR.Vector3f direction, float toolRadius, MR.Const_FaceBitSet? region, int maxIterations, int relaxExpansion, int relaxIterations, float relaxForce, MR.Std._ByValue_Function_Bool_From_Float callback)
 Constructs MR.CompensateRadiusParams elementwise.
unsafe Const_CompensateRadiusParams (MR._ByValue_CompensateRadiusParams _other)
 Generated from constructor MR.CompensateRadiusParams.CompensateRadiusParams.
 Const_CompensateRadiusParams (Const_CompensateRadiusParams _other)
 Generated from constructor MR.CompensateRadiusParams.CompensateRadiusParams.
 Const_CompensateRadiusParams (CompensateRadiusParams _other)
 Generated from constructor MR.CompensateRadiusParams.CompensateRadiusParams.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_direction
unsafe float * __ref_storage_toolRadius
unsafe MR.Const_FaceBitSet._Underlying ** __ptr_storage_region
unsafe int * __ref_storage_maxIterations
unsafe int * __ref_storage_relaxExpansion
unsafe int * __ref_storage_relaxIterations
unsafe float * __ref_storage_relaxForce

Properties

unsafe ref readonly MR.Vector3f direction [get]
 Z direction of milling tool.
unsafe float toolRadius [get]
 radius of spherical tool
unsafe MR.? Const_FaceBitSet region [get]
 region of the mesh that will be compensated it should not contain closed components also please note that boundaries of the region are fixed
unsafe int maxIterations [get]
 maximum iteration of applying algorithm (each iteration improves result a little bit)
unsafe int relaxExpansion [get]
 how many hops to expand around each moved vertex for relaxation
unsafe int relaxIterations [get]
 how many iterations of relax is applied on each compensation iteration
unsafe float relaxForce [get]
 force of relaxations on each compensation iteration
unsafe MR.Std.Const_Function_Bool_From_Float callback [get, protected set]

Detailed Description

structure with parameters for compensateRadius function Generated from class MR.CompensateRadiusParams. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_CompensateRadiusParams() [1/5]

unsafe MR.Const_CompensateRadiusParams.Const_CompensateRadiusParams ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_CompensateRadiusParams() [2/5]

unsafe MR.Const_CompensateRadiusParams.Const_CompensateRadiusParams ( MR.Vector3f direction,
float toolRadius,
MR.Const_FaceBitSet? region,
int maxIterations,
int relaxExpansion,
int relaxIterations,
float relaxForce,
MR.Std._ByValue_Function_Bool_From_Float callback )
inline

Constructs MR.CompensateRadiusParams elementwise.

◆ Const_CompensateRadiusParams() [3/5]

unsafe MR.Const_CompensateRadiusParams.Const_CompensateRadiusParams ( MR._ByValue_CompensateRadiusParams _other)
inline

◆ Const_CompensateRadiusParams() [4/5]

MR.Const_CompensateRadiusParams.Const_CompensateRadiusParams ( Const_CompensateRadiusParams _other)
inline

◆ Const_CompensateRadiusParams() [5/5]

MR.Const_CompensateRadiusParams.Const_CompensateRadiusParams ( CompensateRadiusParams _other)
inline

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_CompensateRadiusParams.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

Member Data Documentation

◆ __ptr_storage_region

unsafe MR.Const_FaceBitSet._Underlying** MR.Const_CompensateRadiusParams.__ptr_storage_region
protected

◆ __ref_storage_direction

unsafe MR.Vector3f* MR.Const_CompensateRadiusParams.__ref_storage_direction
protected

◆ __ref_storage_maxIterations

unsafe int* MR.Const_CompensateRadiusParams.__ref_storage_maxIterations
protected

◆ __ref_storage_relaxExpansion

unsafe int* MR.Const_CompensateRadiusParams.__ref_storage_relaxExpansion
protected

◆ __ref_storage_relaxForce

unsafe float* MR.Const_CompensateRadiusParams.__ref_storage_relaxForce
protected

◆ __ref_storage_relaxIterations

unsafe int* MR.Const_CompensateRadiusParams.__ref_storage_relaxIterations
protected

◆ __ref_storage_toolRadius

unsafe float* MR.Const_CompensateRadiusParams.__ref_storage_toolRadius
protected

Property Documentation

◆ callback

unsafe MR.Std.Const_Function_Bool_From_Float MR.Const_CompensateRadiusParams.callback
getprotected set

◆ direction

unsafe ref readonly MR.Vector3f MR.Const_CompensateRadiusParams.direction
get

Z direction of milling tool.

◆ maxIterations

unsafe int MR.Const_CompensateRadiusParams.maxIterations
get

maximum iteration of applying algorithm (each iteration improves result a little bit)

◆ region

unsafe MR.? Const_FaceBitSet MR.Const_CompensateRadiusParams.region
get

region of the mesh that will be compensated it should not contain closed components also please note that boundaries of the region are fixed

◆ relaxExpansion

unsafe int MR.Const_CompensateRadiusParams.relaxExpansion
get

how many hops to expand around each moved vertex for relaxation

◆ relaxForce

unsafe float MR.Const_CompensateRadiusParams.relaxForce
get

force of relaxations on each compensation iteration

◆ relaxIterations

unsafe int MR.Const_CompensateRadiusParams.relaxIterations
get

how many iterations of relax is applied on each compensation iteration

◆ toolRadius

unsafe float MR.Const_CompensateRadiusParams.toolRadius
get

radius of spherical tool


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