You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » AVL.Box3DToBox2D_AxesPlane
Projects a 3D box onto a plane defined by coordinate axes.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void Box3DToBox2D_AxesPlane ( AvlNet.Box3D inBox3D, AvlNet.PlaneType inPlaneType, out AvlNet.Box outBox2D, NullableValue<AvlNet.Rectangle2D> outRectangle2D, NullableValue<AvlNet.Plane3D> outProjectionPlane )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inBox3D | AvlNet.Box3D | |||
![]() | inPlaneType | AvlNet.PlaneType | |||
![]() | outBox2D | AvlNet.Box | |||
![]() | outRectangle2D | AvlNet.NullableValue<AvlNet.Rectangle2D> | Can be null to skip this parameter calculation. | ||
![]() | outProjectionPlane | AvlNet.NullableValue<AvlNet.Plane3D> | Plane the input is projected onto. Can be null to skip this parameter calculation. |
Errors
List of possible exceptions:
| Error type | Description |
|---|---|
| DomainError | Incorrect plane type. |
Function Overrides
- Box3DToBox2D_AxesPlane(Box3D, PlaneType, Box)
- Box3DToBox2D_AxesPlane(Box3D, PlaneType, Box, Rectangle2D, Plane3D)


