You are here: Start » AVL.NET » AVS.Box3DToBox2D_AxesPlane Method

AVS.Box3DToBox2D_AxesPlane Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Box3DToBox2D_AxesPlane
(
	AvlNet.Box3D inBox3D,
	AvlNet.PlaneType inPlaneType,
	out AvlNet.Box outBox2D,
	out AvlNet.Rectangle2D outRectangle2D,
	out AvlNet.Plane3D outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
inPlaneTypeAvlNet.PlaneType
outBox2DAvlNet.Box
outRectangle2DAvlNet.Rectangle2D
outProjectionPlaneAvlNet.Plane3DPlane the input is projected onto.

Function Overrides

See also