You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Intersections » FIL.BoxIntersection3D
Computes the common part of two boxes in 3D.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void BoxIntersection3D ( FilNet.Box3D inBox3D1, FilNet.Box3D inBox3D2, out FilNet.Box3D outBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inBox3D1 | FilNet.Box3D | |||
![]() | inBox3D2 | FilNet.Box3D | |||
![]() | outBox3D | FilNet.Box3D |