You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Box2DToBox3D_AxesPlane
Projects a 2D box onto a plane defined by 3D coordinate axes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Box2DToBox3D_AxesPlane ( FilNet.Box inBox2D, FilNet.PlaneType inPlaneType, float inCoordinateValue, out FilNet.Box3D outBox3D, NullableValue<FilNet.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox2D | FilNet.Box | |||
![]() | inPlaneType | FilNet.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outBox3D | FilNet.Box3D | |||
![]() | outProjectionPlane | FilNet.NullableValue<FilNet.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
- Box2DToBox3D_AxesPlane(Box, PlaneType, Single, Box3D)
- Box2DToBox3D_AxesPlane(Box, PlaneType, Single, Box3D, Plane3D)