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

Invoke.Box3DToBox

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inBox3DAvl.Box3D
outBox2DAvl.Box

See also