Setting set for mesh self-intersections fix. More...
#include <MRFixSelfIntersections.h>
Public Attributes | |
MRFixSelfIntersectionsMethod | method |
Fix method. | |
int | relaxIterations |
Maximum relax iterations. | |
int | maxExpand |
Maximum expand count (edge steps from self-intersecting faces), should be > 0. | |
float | subdivideEdgeLen |
MRProgressCallback | cb |
Callback function. | |
Setting set for mesh self-intersections fix.
MRProgressCallback MRFixSelfIntersectionsSettings::cb |
Callback function.
int MRFixSelfIntersectionsSettings::maxExpand |
Maximum expand count (edge steps from self-intersecting faces), should be > 0.
MRFixSelfIntersectionsMethod MRFixSelfIntersectionsSettings::method |
Fix method.
int MRFixSelfIntersectionsSettings::relaxIterations |
Maximum relax iterations.
float MRFixSelfIntersectionsSettings::subdivideEdgeLen |
Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision