Point3DToPoint2D_AxesPlane
Projects a 3D point onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Point3DToPoint2D_AxesPlane( inPoint3D: Point3D, inPlaneType: PlaneType, /, *, outProjectionPlane: Plane3D | None = None ) -> outPoint2D: Point2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoint3D | Point3D | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outPoint2D | Point2D | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


