ProjectPointOnLine3D
Projects a point 3D onto a line in 3D.
Syntax
C++
C#
Python
def ProjectPointOnLine3D(
inPoint3D: Point3D,
inLine3D: Line3D,
/
)
-> outPointOnLine3D: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inLine3D | Line3D | ||
![]() |
outPointOnLine3D | Point3D | Point projected on a line orthogonally |


