Arc3D.copy Method

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

Description

Creates and returns an independent copy of this Arc3D object.

Syntax

"arc3D_var" is a variable referencing an Arc3D object.
returnValue = arc3D_var.copy()
"arc3D_var" is a variable referencing an Arc3D object.

#include <Core/Geometry/Arc3D.h>

returnValue = arc3D_var->copy();

Return Value

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

Version

Introduced in version August 2014