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):
    ...
ParameterTypeDescription
radiusfloat

See Also