ProjectPointOntoPlane3D


Projects a point 3D onto a plane.

Syntax

C++
C#
Python
 
def ProjectPointOntoPlane3D(
	inPoint3D: Point3D,
	inPlane: Plane3D,
	/
)
-> outPointOnPlane: Point3D

Parameters

Name Type Default Description
Input value inPoint3D Point3D
Input value inPlane Plane3D
Output value outPointOnPlane Point3D Point projected on a plane orthogonally