BoundingBox3D.intersects Method

Parent Object: BoundingBox3D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox3D.h>

Description

Determines if the two bounding boxes intersect.

Syntax

"boundingBox3D_var" is a variable referencing a BoundingBox3D object.
returnValue = boundingBox3D_var.intersects(boundingBox)
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.

#include <Core/Geometry/BoundingBox3D.h>

returnValue = boundingBox3D_var->intersects(boundingBox);

Return Value

Type Description
boolean Returns true if the two boxes intersect.

Parameters

Name Type Description
boundingBox BoundingBox3D The other bounding box to check for intersection with.

Version

Introduced in version August 2014