Method CopyUV
CopyUV(OccurrenceList, int, int)
Copy an UV channel to another UV channel
Declaration
public void CopyUV(OccurrenceList occurrences, int sourceChannel = 0, int destinationChannel = 0)
Parameters
Type | Name | Description |
---|---|---|
OccurrenceList | occurrences | Occurrences of part to process |
int | sourceChannel | The source UV channel to copy |
int | destinationChannel | The destination UV channel to copy into |