Circle3D.copy Method

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

Description

Creates and returns an independent copy of this Circle3D object.

Syntax

"circle3D_var" is a variable referencing a Circle3D object.
returnValue = circle3D_var.copy()
"circle3D_var" is a variable referencing a Circle3D object.

#include <Core/Geometry/Circle3D.h>

returnValue = circle3D_var->copy();

Return Value

Type Description
Circle3D Returns an independent copy of this Circle3D object.

Version

Introduced in version August 2014