You are here: Start » AVL.NET » AVS.Box3DToBox Method

AVS.Box3DToBox Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void Box3DToBox
(
	AvlNet.Box3D inBox3D,
	out AvlNet.Box outBox2D
)

Parameters

Name Type Range Default Description
inBox3DAvlNet.Box3D
outBox2DAvlNet.Box

See also