Circle2D.createByCenter Method
Parent Object: Circle2DDefined in namespace "adsk::core" and the header file is <Core/Geometry/Circle2D.h>
Description
Creates a transient 2D circle object by specifying a center and radius.
Syntax
Return Value
Type | Description |
Circle2D | Returns the new Circle2D object or null if the creation failed. |
Parameters
Name | Type | Description |
center | Point2D | A Point2D object that defines the center of the circle. |
radius | double | The radius of the circle. |