Method RepairMesh
RepairMesh(OccurrenceList, double, bool, bool)
Launch the repair process to repair a disconnected or not clean tessellation
Declaration
public void RepairMesh(OccurrenceList occurrences, double tolerance, bool crackNonManifold = true, bool orient = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
double | tolerance | Connection tolerance |
bool | crackNonManifold | At the end of the repair process, crack resulting non-manifold edges |
bool | orient | If true reorient the model |