Fix undercuts function parameters Generated from class MR.FixUndercuts.FixParams. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe MR.FixUndercuts.Const_FindParams | findParameters [get, protected set] |
| | parameters of what is considered as undercut
|
| unsafe float | voxelSize [get] |
| | voxel size for internal computations: lower size - better precision but more system resources required
|
| unsafe float | bottomExtension [get] |
| | minimum extension of bottom part of the mesh
|
| unsafe MR.? Const_FaceBitSet | region [get] |
| | if set - only this region will be fixed (but still all mesh will be rebuild)
|
| unsafe bool | smooth [get] |
| | if true applies one iterations of gaussian filtering for voxels, useful if thin walls expected
|
| unsafe MR.Std.Const_Function_Bool_From_Float | cb [get, protected set] |
Fix undercuts function parameters Generated from class MR.FixUndercuts.FixParams. This is the const half of the class.
◆ Const_FixParams() [1/5]
| unsafe MR.FixUndercuts.Const_FixParams.Const_FixParams |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_FixParams() [2/5]
◆ Const_FixParams() [3/5]
| unsafe MR.FixUndercuts.Const_FixParams.Const_FixParams |
( |
MR.FixUndercuts._ByValue_FixParams | _other | ) |
|
|
inline |
◆ Const_FixParams() [4/5]
◆ Const_FixParams() [5/5]
| MR.FixUndercuts.Const_FixParams.Const_FixParams |
( |
FixParams | _other | ) |
|
|
inline |
◆ Dispose() [1/2]
| virtual void MR.FixUndercuts.Const_FixParams.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.FixUndercuts.Const_FixParams.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ __ptr_storage_region
| unsafe MR.Const_FaceBitSet._Underlying** MR.FixUndercuts.Const_FixParams.__ptr_storage_region |
|
protected |
◆ __ref_storage_bottomExtension
| unsafe float* MR.FixUndercuts.Const_FixParams.__ref_storage_bottomExtension |
|
protected |
◆ __ref_storage_smooth
| unsafe bool* MR.FixUndercuts.Const_FixParams.__ref_storage_smooth |
|
protected |
◆ __ref_storage_voxelSize
| unsafe float* MR.FixUndercuts.Const_FixParams.__ref_storage_voxelSize |
|
protected |
◆ bottomExtension
| unsafe float MR.FixUndercuts.Const_FixParams.bottomExtension |
|
get |
minimum extension of bottom part of the mesh
◆ cb
| unsafe MR.Std.Const_Function_Bool_From_Float MR.FixUndercuts.Const_FixParams.cb |
|
getprotected set |
◆ findParameters
parameters of what is considered as undercut
◆ region
if set - only this region will be fixed (but still all mesh will be rebuild)
◆ smooth
| unsafe bool MR.FixUndercuts.Const_FixParams.smooth |
|
get |
if true applies one iterations of gaussian filtering for voxels, useful if thin walls expected
◆ voxelSize
| unsafe float MR.FixUndercuts.Const_FixParams.voxelSize |
|
get |
voxel size for internal computations: lower size - better precision but more system resources required
The documentation for this class was generated from the following file: