Method TransferUV
TransferUV(uint, uint, int, int, double)
Transfer UV from a mesh to another mesh
Declaration
[HandleProcessCorruptedStateExceptions]
public void TransferUV(uint source, uint destination, int sourceChannel = 0, int destinationChannel = 0, double tolerance = 0.001)
Parameters
| Type | Name | Description | 
|---|---|---|
| uint | source | Occurrence of the source mesh  | 
    
| uint | destination | Occurrence of the destination mesh  | 
    
| int | sourceChannel | Source UV channel to bake  | 
    
| int | destinationChannel | Destination UV channel to bake to  | 
    
| double | tolerance | Geometric tolerance for point projection  |