BoundingBox3D.expand Method
Parent Object:
BoundingBox3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox3D.h>
Description
Expands the size of bounding box to include the specified point.
Syntax
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.returnValue = boundingBox3D_var.expand(point)
|
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.
#include <Core/Geometry/BoundingBox3D.h>
returnValue = boundingBox3D_var->expand(point);
|
Return Value
boolean |
Returns true if the expansion was successful. |
Parameters
point |
Point3D |
The point to include within the bounding box. |
Version
Introduced in version August 2014