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
Input value inVector3D Vector3D
Input value inPlaneType PlaneType
Output value outVector2D Vector2D
Output value outProjectionPlane Plane3D | None None Plane the input is projected onto