OrientedBoundingBox3D.copy Method
Parent Object:
OrientedBoundingBox3DDefined 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
Samples
Version
Introduced in version December 2017