Method FlattenUV
FlattenUV(OccurrenceList, int, int, double)
Flatten the UVs on the occurrence
Declaration
public void FlattenUV(OccurrenceList occurrences, int channel = 0, int iterations = 1, double newtonTolf = 1)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of part to process |
int | channel | UV channel to merge |
int | iterations | Number of iterations to perform |
double | newtonTolf | Threshold for gradient normals |