Box3DToBox2D_AxesPlane


Projects a 3D box onto a plane defined by coordinate axes.

Syntax

C++
C#
Python
 
def Box3DToBox2D_AxesPlane(
	inBox3D: Box3D,
	inPlaneType: PlaneType,
	/,
	*,
	outRectangle2D: Rectangle2D | None = None,
	outProjectionPlane: Plane3D | None = None
)
-> outBox2D: Box

Parameters

Name Type Default Description
Input value inBox3D Box3D
Input value inPlaneType PlaneType
Output value outBox2D Box
Output value outRectangle2D Rectangle2D | None None
Output value outProjectionPlane Plane3D | None None Plane the input is projected onto