You are here: Start » FIL.NET » Invoke.BoxIntersection3D

Invoke.BoxIntersection3D

Computes the common part of two boxes in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void BoxIntersection3D
(
	Fil.Box3D inBox3D1,
	Fil.Box3D inBox3D2,
	out Fil.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3D1Fil.Box3D
inBox3D2Fil.Box3D
outBox3DFil.Box3D

See also