OrientedBoundingBox3D.copy Method

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

Description

Create a copy of this oriented bounding box.

Syntax

"orientedBoundingBox3D_var" is a variable referencing an OrientedBoundingBox3D object.
returnValue = orientedBoundingBox3D_var.copy()
"orientedBoundingBox3D_var" is a variable referencing an OrientedBoundingBox3D object.

#include <Core/Geometry/OrientedBoundingBox3D.h>

returnValue = orientedBoundingBox3D_var->copy();

Return Value

Type Description
OrientedBoundingBox3D Returns the new oriented bounding box copy.

Samples

Name Description
Measure Sample Measure related functions

Version

Introduced in version December 2017