Method IdentifyPatches
IdentifyPatches(OccurrenceList, bool, double, bool, bool, bool, bool)
Create cad patches on tessellation (needed by some functions)
Declaration
public void IdentifyPatches(OccurrenceList occurrences, bool useAttributesFilter = true, double sharpAngleFilter = 45, bool useBoundaryFilter = true, bool useNonManifoldFilter = true, bool useLineEdgeFilter = true, bool useQuadLineFilter = false)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
bool | useAttributesFilter | Filters by attributes |
double | sharpAngleFilter | Sharp angle in degree to filter by edges sharpness, if the angle is negative do not filter |
bool | useBoundaryFilter | Filters by boundaries |
bool | useNonManifoldFilter | Filters by manifold-ness |
bool | useLineEdgeFilter | Filters by edge |
bool | useQuadLineFilter | Filters by quad lines |