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):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | X coordinate |
| y | float | Y coordinate |
init
Initiailizes a new instance of the DgnPoint class
def __init__(self, x, y, z):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | X coordinate |
| y | float | Y coordinate |
| z | float | Z coordinate |
See Also
- module
aspose.cad.fileformats.dgn - class
DgnPoint