ThreeDSPolygon constructor

init

Constructs a new instance of ThreeDSPolygon

def __init__(self):
    ...

init

Constructs a new instance of ThreeDSPolygon

def __init__(self, a, b, c):
    ...
ParameterTypeDescription
aint
bint
cint

See Also