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 | |
|---|---|---|---|---|
![]() |
inLine3D | Line3D | ||
![]() |
inPlane | Plane3D | ||
![]() |
outLineOnPlane | Line3D | Line in 3D projected on a plane orthogonally |


