Method SmoothMesh
SmoothMesh(OccurrenceList, CostEvaluation, int, bool)
Declaration
public void SmoothMesh(OccurrenceList occurrences, CostEvaluation mode, int maxIterations = 100, bool lockSignificantEdges = true)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of components to process |
CostEvaluation | mode | Computation of cost |
int | maxIterations | Maximum number of swapping iteration |
bool | lockSignificantEdges | Forbid to swap significant edges (e.g. UV seams, sharp edges, patch borders, ...) |