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. | |
Setting set for mesh self-intersections fix.