Share

Cone.copy Method

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

Description

Creates and returns an independent copy of this Cone object.

Syntax

"cone_var" is a variable referencing a Cone object.
returnValue = cone_var.copy()

Return Value

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

Version

Introduced in version August 2014

Was this information helpful?