Share

Ellipse3D.copy Method

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

Description

Creates a copy of this Ellipse3D object.

Syntax

"ellipse3D_var" is a variable referencing an Ellipse3D object.
returnValue = ellipse3D_var.copy()

Return Value

Type Description
Ellipse3D Returns the independent copy of the ellipse.

Version

Introduced in version August 2014

Was this information helpful?