EllipticalCylinder.copy Method

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

Description

Creates and returns an independent copy of this EllipticalCylinder object.

Syntax

"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.
returnValue = ellipticalCylinder_var.copy()
"ellipticalCylinder_var" is a variable referencing an EllipticalCylinder object.

#include <Core/Geometry/EllipticalCylinder.h>

returnValue = ellipticalCylinder_var->copy();

Return Value

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

Version

Introduced in version August 2014