Sphere.copy Method

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

Description

Creates and returns an independent copy of this Sphere object.

Syntax

"sphere_var" is a variable referencing a Sphere object.
returnValue = sphere_var.copy()
"sphere_var" is a variable referencing a Sphere object.

#include <Core/Geometry/Sphere.h>

returnValue = sphere_var->copy();

Return Value

Type Description
Sphere Returns a new Sphere object that is a copy of this Sphere object.

Version

Introduced in version August 2014