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