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.