Surface.Project
Description:
Project a 3D point orthogonally onto a surface (to find the nearest point). Throws InvalidOperationException if the projection fails.
Project a 3D point orthogonally onto a surface (to find the nearest point). Throws InvalidOperationException if the projection fails.
-
pointThe point to project.
-
uvThe surface coordinates of the projected point.
-
Double%distanceHolds the distance from input point to its projection.
-
A non-optional argument was NULL
-
The projection failed.