ProjectLineOntoPlane3D


Projects a line 3D onto a plane.

Syntax

C++
C#
Python
 
def ProjectLineOntoPlane3D(
	inLine3D: Line3D,
	inPlane: Plane3D,
	/
)
-> outLineOnPlane: Line3D

Parameters

Name Type Default Description
Input value inLine3D Line3D
Input value inPlane Plane3D
Output value outLineOnPlane Line3D Line in 3D projected on a plane orthogonally