CircleShape constructor
__init__(self)
Construct a CircleShape
profile with default radius(5).
def __init__(self):
...
__init__(self, radius)
Construct a CircleShape
profile with specified radius.
def __init__(self, radius):
...
Parameter | Type | Description |
---|---|---|
radius | float | Radius of the circle |
See Also
- module
aspose.threed.profiles
- class
CircleShape