Fix undercuts function parameters. More...
#include <MRFixUndercuts.h>
Public Attributes | |
| FindParams | findParameters |
| parameters of what is considered as undercut | |
| float | voxelSize = 0.0f |
| voxel size for internal computations: lower size - better precision but more system resources required | |
| float | bottomExtension = 0.0f |
| minimum extension of bottom part of the mesh | |
| const FaceBitSet * | region = nullptr |
| if set - only this region will be fixed (but still all mesh will be rebuild) | |
| bool | smooth = false |
| if true applies one iterations of gaussian filtering for voxels, useful if thin walls expected | |
| ProgressCallback | cb |
Fix undercuts function parameters.
| float MR::FixUndercuts::FixParams::bottomExtension = 0.0f |
minimum extension of bottom part of the mesh
| ProgressCallback MR::FixUndercuts::FixParams::cb |
| FindParams MR::FixUndercuts::FixParams::findParameters |
parameters of what is considered as undercut
| const FaceBitSet* MR::FixUndercuts::FixParams::region = nullptr |
if set - only this region will be fixed (but still all mesh will be rebuild)
| bool MR::FixUndercuts::FixParams::smooth = false |
if true applies one iterations of gaussian filtering for voxels, useful if thin walls expected
| float MR::FixUndercuts::FixParams::voxelSize = 0.0f |
voxel size for internal computations: lower size - better precision but more system resources required