Method Orient
Orient(OccurrenceList, bool, bool, OrientStrategy)
Orient tessellation elements
Declaration
public void Orient(OccurrenceList occurrences, bool makeOrientable = true, bool useArea = false, OrientStrategy orientStrategy = OrientStrategy.ExteriorOnly)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
bool | makeOrientable | Crack moebius strips to make the model orientable |
bool | useArea | Use the area instead of counting the number of triangle |
OrientStrategy | orientStrategy | Strategy to adopt with this algorithm |