MeshLib Documentation
Loading...
Searching...
No Matches
MRFixSelfIntersectionsSettings Struct Reference

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.
 

Detailed Description

Setting set for mesh self-intersections fix.

Member Data Documentation

◆ cb

MRProgressCallback MRFixSelfIntersectionsSettings::cb

Callback function.

◆ maxExpand

int MRFixSelfIntersectionsSettings::maxExpand

Maximum expand count (edge steps from self-intersecting faces), should be > 0.

◆ method

MRFixSelfIntersectionsMethod MRFixSelfIntersectionsSettings::method

Fix method.

◆ relaxIterations

int MRFixSelfIntersectionsSettings::relaxIterations

Maximum relax iterations.

◆ subdivideEdgeLen

float MRFixSelfIntersectionsSettings::subdivideEdgeLen

Edge length for subdivision of holes covers (0.0f means auto) FLT_MAX to disable subdivision


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