You are here: Start » FIL.NET » Invoke.Box3DToBox

Invoke.Box3DToBox

Converts a box in 3D to a box in 2D by ignoring its Z coordinates.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Box3DToBox
(
	Fil.Box3D inBox3D,
	out Fil.Box outBox2D
)

Parameters

Name Type Range Default Description
inBox3DFil.Box3D
outBox2DFil.Box

See also