Cad2DPoint constructor

init

Initializes a new instance of the Cad2DPoint class.

def __init__(self):
    ...

init

Initializes a new instance of the Cad2DPoint class.

def __init__(self, x, y):
    ...
ParameterTypeDescription
xfloatThe x ordinate.
yfloatThe y ordinate.

See Also