You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.Box3DToBox2D_AxesPlane

FIL.Box3DToBox2D_AxesPlane

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void Box3DToBox2D_AxesPlane
(
	FilNet.Box3D inBox3D,
	FilNet.PlaneType inPlaneType,
	out FilNet.Box outBox2D,
	NullableValue<FilNet.Rectangle2D> outRectangle2D,
	NullableValue<FilNet.Plane3D> outProjectionPlane
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
inPlaneTypeFilNet.PlaneType
outBox2DFilNet.Box
outRectangle2DFilNet.NullableValue<FilNet.Rectangle2D> Can be null to skip this parameter calculation.
outProjectionPlaneFilNet.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

See also