You are here: Start » FIL.NET » FIS.Box3DToBox2D_AxesPlane Method

FIS.Box3DToBox2D_AxesPlane Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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.

Function Overrides

See also