25 Method method = Method::Relax;
38MRMESH_API Expected<FaceBitSet>
getFaces(
const Mesh& mesh,
bool touchIsIntersection =
true, ProgressCallback cb = {} );
#define MRMESH_API
Definition MRMeshFwd.h:80
Definition MRMesh/MRMesh.h:23
Definition MRMesh/MRFixSelfIntersections.h:14
new unsafe ref int maxExpand
new unsafe ref bool touchIsIntersection
new unsafe MR.Std.Function_BoolFuncFromFloat callback
new unsafe ref int relaxIterations
new unsafe ref float subdivideEdgeLen
MRMESH_API Expected< FaceBitSet > getFaces(const Mesh &mesh, bool touchIsIntersection=true, ProgressCallback cb={})
Find all self-intersections faces component-wise.
MRMESH_API Expected< void > fix(Mesh &mesh, const Settings &settings)
Finds and fixes self-intersections per component:
Definition MRCameraOrientationPlugin.h:8