Method CrackMoebiusStrips
CrackMoebiusStrips(OccurrenceList, int)
Remove moebius strip by topologically cracking them (make it orientable)
Declaration
public void CrackMoebiusStrips(OccurrenceList occurrences, int maxEdgeCount = 3)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to repair |
int | maxEdgeCount | Maximum number of edges to crack to remove one moebius strip |