BoundingBox3D.contains Method
Parent Object:
BoundingBox3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox3D.h>
Description
Determines if the specified point is within the bound box.
Syntax
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.returnValue = boundingBox3D_var.contains(point)
|
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.
#include <Core/Geometry/BoundingBox3D.h>
returnValue = boundingBox3D_var->contains(point);
|
Return Value
boolean |
Returns true if the point is within the bounding box. |
Parameters
point |
Point3D |
The point you want to check to see if it's in the bounding box. |
Version
Introduced in version August 2014