BoundingBox2D.copy Method
Parent Object: BoundingBox2DDefined 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.
|
Return Value
Type | Description |
BoundingBox2D | Returns the new bounding box copy. |