Circle2D.copy Method

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

Description

Creates and returns an independent copy of this Circle2D object.

Syntax

"circle2D_var" is a variable referencing a Circle2D object.
returnValue = circle2D_var.copy()
"circle2D_var" is a variable referencing a Circle2D object.

#include <Core/Geometry/Circle2D.h>

returnValue = circle2D_var->copy();

Return Value

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

Version

Introduced in version August 2014