Method RemeshSurfacicHoles
RemeshSurfacicHoles(OccurrenceList, double, bool, int, uint)
WARNING: this function is tagged as 'EXPERIMENTAL'
Resmesh surfacic holes of tessellations
Declaration
[HandleProcessCorruptedStateExceptions]
public void RemeshSurfacicHoles(OccurrenceList occurrences, double maxDiameter = 0, bool refine = true, int numberOfNeighbors = 3, uint fillWithMaterial = 0)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
double | maxDiameter | Maximum surfacic holes diameters |
bool | refine | Refine mesh for more details in holes |
int | numberOfNeighbors | Number of neighboring vertices to use for the MLS projection |
uint | fillWithMaterial | If set, the given material will be used to fill the holes |