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

Setting set for mesh self-intersections fix. More...

#include <MRFixSelfIntersections.h>

Public Types

enum class  Method { Method::Relax , Method::CutAndFill }
 Fix method. More...
 

Public Attributes

bool touchIsIntersection = true
 If true then count touching faces as self-intersections.
 
Method method = Method::Relax
 
int relaxIterations = 5
 Maximum relax iterations.
 
int maxExpand = 3
 Maximum expand count (edge steps from self-intersecting faces), should be > 0.
 
float subdivideEdgeLen = 0.0f
 
ProgressCallback callback = {}
 Callback function.
 

Detailed Description

Setting set for mesh self-intersections fix.


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