Vector3DToVector2D_AxesPlane
Projects a 3D vector onto a plane defined by coordinate axes.
Syntax
C++
C#
Python
def Vector3DToVector2D_AxesPlane( inVector3D: Vector3D, inPlaneType: PlaneType, /, *, outProjectionPlane: Plane3D | None = None ) -> outVector2D: Vector2D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inVector3D | Vector3D | ||
![]() |
inPlaneType | PlaneType | ||
![]() |
outVector2D | Vector2D | ||
![]() |
outProjectionPlane | Plane3D | None | None | Plane the input is projected onto |


