You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Box2DToBox3D_AxesPlane

AVL.Box2DToBox3D_AxesPlane

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void Box2DToBox3D_AxesPlane
(
	AvlNet.Box inBox2D,
	AvlNet.PlaneType inPlaneType,
	float inCoordinateValue,
	out AvlNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox2DAvlNet.Box
inPlaneTypeAvlNet.PlaneType
inCoordinateValuefloatCoordinate of the chosen axes plane.
outBox3DAvlNet.Box3D

Errors

List of possible exceptions:

Error type Description
DomainError Incorrect plane type.

Function Overrides

See also