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 | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inPlane | Plane3D | ||
![]() |
outPointOnPlane | Point3D | Point projected on a plane orthogonally |


