2027 Method
Changes 0
M

Surface.Project

Description:
Project a 3D point orthogonally onto a surface (to find the nearest point). Throws InvalidOperationException if the projection fails.
public void Project(
	XYZ point,
	out UV uv,
	out double distance
)
  • point
    The point to project.
  • uv
    The surface coordinates of the projected point.
  • Double%
    distance
    Holds the distance from input point to its projection.