You are here: Start » AVL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » AVL.BoxIntersection3D

AVL.BoxIntersection3D

Computes the common part of two boxes in 3D.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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