Fix undercuts function paramters. 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) | |
ProgressCallback | cb |
Fix undercuts function paramters.
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)
float MR::FixUndercuts::FixParams::voxelSize = 0.0f |
voxel size for internal computations: lower size - better precision but more system resources required