structure with parameters for compensateRadius function Generated from class MR.CompensateRadiusParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| 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] |
structure with parameters for compensateRadius function Generated from class MR.CompensateRadiusParams. This is the const half of the class.
◆ 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 |
◆ Const_CompensateRadiusParams() [3/5]
| unsafe MR.Const_CompensateRadiusParams.Const_CompensateRadiusParams |
( |
MR._ByValue_CompensateRadiusParams | _other | ) |
|
|
inline |
◆ Const_CompensateRadiusParams() [4/5]
◆ Const_CompensateRadiusParams() [5/5]
◆ Dispose() [1/2]
| virtual void MR.Const_CompensateRadiusParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_CompensateRadiusParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __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 |
◆ 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
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 |
The documentation for this class was generated from the following file: