Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Basics » TestBox3DNotEmpty

TestBox3DNotEmpty


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Tests whether the box in 3D is not empty.

Syntax

C++
C#
 
void avl::TestBox3DNotEmpty
(
	const avl::Box3D& inBox3D,
	bool& outIsNotEmpty
)

Parameters

Name Type Default Description
Input value inBox3D const Box3D&
Output value outIsNotEmpty bool&