MeshLib C++ Docs
Loading...
Searching...
No Matches
MR::FixUndercuts::FixParams Struct Reference

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
 

Detailed Description

Fix undercuts function paramters.

Member Data Documentation

◆ bottomExtension

float MR::FixUndercuts::FixParams::bottomExtension = 0.0f

minimum extension of bottom part of the mesh

◆ cb

ProgressCallback MR::FixUndercuts::FixParams::cb

◆ findParameters

FindParams MR::FixUndercuts::FixParams::findParameters

parameters of what is considered as undercut

◆ region

const FaceBitSet* MR::FixUndercuts::FixParams::region = nullptr

if set - only this region will be fixed (but still all mesh will be rebuild)

◆ voxelSize

float MR::FixUndercuts::FixParams::voxelSize = 0.0f

voxel size for internal computations: lower size - better precision but more system resources required


The documentation for this struct was generated from the following file: