Cylinder.copy Method
Parent Object: CylinderDefined in namespace "adsk::core" and the header file is <Core/Geometry/Cylinder.h>
Description
Creates and returns an independent copy of this Cylinder object.
Syntax
"cylinder_var" is a variable referencing a Cylinder object.
|
Return Value
Type | Description |
Cylinder | Returns a new Cylinder object that is a copy of this Cylinder object. |