Method Requadify
Requadify(OccurrenceList, bool)
Advanced function to requadify a triangle tessellation coming from full quad mesh
Declaration
public void Requadify(OccurrenceList occurrences, bool forceFullQuad = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
bool | forceFullQuad | Force the results to be only full quad. It it's impossible, nothing is done |