DgnPoint constructor

init

Initiailizes a new instance of the DgnPoint class

def __init__(self):
    ...

init

Initiailizes a new instance of the DgnPoint class

def __init__(self, x, y):
    ...
ParameterTypeDescription
xfloatX coordinate
yfloatY coordinate

init

Initiailizes a new instance of the DgnPoint class

def __init__(self, x, y, z):
    ...
ParameterTypeDescription
xfloatX coordinate
yfloatY coordinate
zfloatZ coordinate

See Also