You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Basics » FIL.TestBox3DInBox3D

FIL.TestBox3DInBox3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
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