BoundingBox3D.intersects Method
Parent Object:
BoundingBox3DDefined 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
boolean |
Returns true if the two boxes intersect. |
Parameters
boundingBox |
BoundingBox3D |
The other bounding box to check for intersection with. |
Version
Introduced in version August 2014