You are here: Start » AVL.NET » Invoke.Box2DToBox3D_AxesPlane

Invoke.Box2DToBox3D_AxesPlane

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void Box2DToBox3D_AxesPlane
(
	Avl.Box inBox2D,
	Avl.PlaneType inPlaneType,
	float inCoordinateValue,
	out Avl.Box3D outBox3D,
	Optional<Avl.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox2DAvl.Box
inPlaneTypeAvl.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outBox3DAvl.Box3D
outProjectionPlaneAtl.Optional<Avl.Plane3D>Plane the input is projected onto.

See also