Method CrackEdges
CrackEdges(OccurrenceList, bool, double, bool)
crack polygonal edges according to given criteria
Declaration
public void CrackEdges(OccurrenceList occurrences, bool useAttributesFilter = true, double sharpAngleFilter = 45, bool useNonManifoldFilter = false)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
bool | useAttributesFilter | Filters by attribute |
double | sharpAngleFilter | Sharp angle in degree to filter by edges sharpness, if the angle is negative do not filter |
bool | useNonManifoldFilter | Filters by manifold-ness. |