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):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The pointX. |
| y | float | The point Y. |
init
Initializes a new instance of the Cad3DPoint class.
def __init__(self, x, y, z):
...
| Parameter | Type | Description |
|---|---|---|
| x | float | The x ordinate. |
| y | float | The y ordinate. |
| z | float | The z ordinate. |
See Also
- module
aspose.cad.fileformats.cad.cadobjects - class
Cad3DPoint