BoundingBox3D.copy Method

Parent Object: BoundingBox3D
Defined 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.
returnValue = boundingBox3D_var.copy()
"boundingBox3D_var" is a variable referencing a BoundingBox3D object.

#include <Core/Geometry/BoundingBox3D.h>

returnValue = boundingBox3D_var->copy();

Return Value

Type Description
BoundingBox3D Returns the new bounding box or null if the copy failed.

Version

Introduced in version August 2014