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
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3D
inPlaneTypeFilNet.PlaneType
outBox2DFilNet.Box

Function Overrides

See also