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