Documentation > Mesh Ops Plugin BPLibrary > Get Point Locations from UVs

Get Point Locations from UVs

Gets all points on the mesh surface that coorespond to UV points, sampling XSamples times on the x axis and YSamples on the y axis. UV overlap should not matter.

Inputs

In
Exec

Data
Mesh Data Structure (by ref)

XSamples
Integer

YSamples
Integer

Outputs

Out
Exec

Return Value
Array of Vectors

Gets all points on the mesh surface that coorespond to UV points, sampling XSamples times on the x axis and YSamples on the y axis. UV overlap should not matter.