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


