You are here: Start » AVL.NET » Invoke.BoxIntersection3D
Computes the common part of two boxes in 3D.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void BoxIntersection3D ( Avl.Box3D inBox3D1, Avl.Box3D inBox3D2, out Avl.Box3D outBox3D )


