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

Invoke.TestBox3DInBox3D

Tests whether a box in 3D is contained in another one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void TestBox3DInBox3D
(
	Fil.Box3D inSubBox3D,
	Fil.Box3D inBox3D,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBox3DFil.Box3D
inBox3DFil.Box3D
outIsContainedbool

See also