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

Optional parameters for refineFeatureObject. More...

#include <MRFeatureRefine.h>

Public Attributes

float distanceLimit { 0.1f }
 Maximum distance from the source model to the feature.
 
float normalTolerance { 30.f }
 Maximum angle between the source model's normal and the feature's normal.
 
const FaceBitSet * faceRegion {}
 (for meshes only) Reference faces used for filtering intermediate results that are too far from it
 
const VertBitSet * vertRegion {}
 (for meshes only) Reference vertices used for filtering intermediate results that are too far from it
 
int maxIterations { 10 }
 Maximum amount of iterations performed until a stable set of points is found.
 
ProgressCallback callback
 Progress callback.
 

Detailed Description

Optional parameters for refineFeatureObject.


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