You are here: Start » AVL.NET » AVL.BoxIntersection3D Method
AVL.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 | |
|---|---|---|---|---|---|
![]() | inBox3D1 | AvlNet.Box3D | |||
![]() | inBox3D2 | AvlNet.Box3D | |||
![]() | outBox3D | AvlNet.Box3D |


