BoundingBox3D.copy Method
Parent Object: BoundingBox3DDefined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox3D.h>
Description
Creates an independent copy of this bounding box.
Syntax
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.
|
Return Value
Type | Description |
BoundingBox3D | Returns the new bounding box or null if the copy failed. |