You are here: Start » FIL.NET » Invoke.Box2DToBox3D_AxesPlane
Projects a 2D box onto a plane defined by 3D coordinate axes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void Box2DToBox3D_AxesPlane ( Fil.Box inBox2D, Fil.PlaneType inPlaneType, float inCoordinateValue, out Fil.Box3D outBox3D, Optional<Fil.Plane3D> outProjectionPlane )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox2D | Fil.Box | |||
![]() | inPlaneType | Fil.PlaneType | |||
![]() | inCoordinateValue | float | Coordinate of the chosen axes plane. | ||
![]() | outBox3D | Fil.Box3D | |||
![]() | outProjectionPlane | Ftl.Optional<Fil.Plane3D> | Plane the input is projected onto. |