You are here: Start » FIL.NET » FIS.TestBox3DInBox3D Method

FIS.TestBox3DInBox3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TestBox3DInBox3D
(
	FilNet.Box3D inSubBox3D,
	FilNet.Box3D inBox3D,
	out bool outIsContained
)

Parameters

Name Type Range Default Description
inSubBox3DFilNet.Box3D
inBox3DFilNet.Box3D
outIsContainedbool

See also