BoundingBox2D.copy Method

Parent Object: BoundingBox2D
Defined in namespace "adsk::core" and the header file is <Core/Geometry/BoundingBox2D.h>

Description

Create a copy of this bounding box.

Syntax

"boundingBox2D_var" is a variable referencing a BoundingBox2D object.
returnValue = boundingBox2D_var.copy()
"boundingBox2D_var" is a variable referencing a BoundingBox2D object.

#include <Core/Geometry/BoundingBox2D.h>

returnValue = boundingBox2D_var->copy();

Return Value

Type Description
BoundingBox2D Returns the new bounding box copy.

Version

Introduced in version August 2014