Circle constructor
init
Constructor of Circle
def __init__(self):
...
init
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