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

AVL.TestBox3DInBox3D

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inSubBox3DAvlNet.Box3D
inBox3DAvlNet.Box3D
outIsContainedbool

See also