ProjectPoint2DOntoPlane3D
Projects a point on a plane Z=0 onto a given plane, translating it parallel to Z axis.
Syntax
C++
C#
Python
def ProjectPoint2DOntoPlane3D(
inPoint2D: Point2D,
inPlane: Plane3D,
/
)
-> outPointOnPlane: Point3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint2D | Point2D | ||
![]() |
inPlane | Plane3D | ||
![]() |
outPointOnPlane | Point3D | Point projected on a plane parallel to Z axis |


