Method RepairCAD
RepairCAD(OccurrenceList, double, bool)
Repair CAD shapes, assemble faces, remove duplicated faces, optimize loops and repair topology
Declaration
public void RepairCAD(OccurrenceList occurrences, double tolerance, bool orient = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to clean |
double | tolerance | Tolerance |
bool | orient | If true reorient the model |