Arc2D.copy Method

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

Description

Creates and returns an independent copy of this Arc2D object.

Syntax

"arc2D_var" is a variable referencing an Arc2D object.
returnValue = arc2D_var.copy()
"arc2D_var" is a variable referencing an Arc2D object.

#include <Core/Geometry/Arc2D.h>

returnValue = arc2D_var->copy();

Return Value

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

Version

Introduced in version August 2014