Point3D constructor
init
Constructs a new instance of Point3D
def __init__(self):
...
init
Constructor for Point3D from separate X,Y,Z coordinates
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.iges.commondefinitions - class
Point3D