2022 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
)