You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]()  | inBox2D | Avl.Box | |||
![]()  | inPlaneType | Avl.PlaneType | |||
![]()  | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]()  | outBox3D | Avl.Box3D | |||
![]()  | outProjectionPlane | Atl.Optional<Avl.Plane3D> | Plane the input is projected onto. | 


