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

AVS.BoxIntersection3D Method

Computes the common part of two boxes in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void BoxIntersection3D
(
	AvlNet.Box3D inBox3D1,
	AvlNet.Box3D inBox3D2,
	out AvlNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3D1AvlNet.Box3D
inBox3D2AvlNet.Box3D
outBox3DAvlNet.Box3D

See also