Circle constructor
__init__(self)
Constructor of Circle
def __init__(self):
...
__init__(self, radius)
Constructor of Circle
def __init__(self, radius):
...
| Parameter | Type | Description |
|---|---|---|
| radius | float | The radius of the circle curve. |
See Also
- module
aspose.threed.entities - class
Circle