9namespace SelfIntersections
#define MRMESH_API
Definition MRMesh/MRMeshFwd.h:46
std::function< bool(float)> ProgressCallback
Definition MRMesh/MRMeshFwd.h:576
MRMESH_API Expected< void > fix(Mesh &mesh, const Settings &settings)
Finds and fixes self-intersections per component:
MRMESH_API Expected< FaceBitSet > getFaces(const Mesh &mesh, ProgressCallback cb={})
Find all self-intersections faces component-wise.
Definition MRCameraOrientationPlugin.h:8
tl::expected< T, E > Expected
Definition MRExpected.h:58
Definition MRMesh/MRMesh.h:23
Setting set for mesh self-intersections fix.
Definition MRMesh/MRFixSelfIntersections.h:14
float subdivideEdgeLen
Definition MRMesh/MRFixSelfIntersections.h:30
int maxExpand
Maximum expand count (edge steps from self-intersecting faces), should be > 0.
Definition MRMesh/MRFixSelfIntersections.h:27
Method
Fix method.
Definition MRMesh/MRFixSelfIntersections.h:17
@ CutAndFill
Cut and re-fill regions around self-intersections (may fall back to Relax)
@ Relax
Relax mesh around self-intersections.
int relaxIterations
Maximum relax iterations.
Definition MRMesh/MRFixSelfIntersections.h:25
ProgressCallback callback
Callback function.
Definition MRMesh/MRFixSelfIntersections.h:32
Method method
Definition MRMesh/MRFixSelfIntersections.h:23