Cad3DPoint constructor

init

Initializes a new instance of the Cad3DPoint class.

def __init__(self):
    ...

init

Initializes a new instance of the Cad3DPoint class.

def __init__(self, x, y):
    ...
ParameterTypeDescription
xfloatThe pointX.
yfloatThe point Y.

init

Initializes a new instance of the Cad3DPoint class.

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

See Also