ObserverPoint constructor
init
Initializes a new instance of the ObserverPoint class with default rotation angles.
def __init__(self):
...
init
Initializes a new instance of the ObserverPoint class.
def __init__(self, angle_rotate_x, angle_rotate_y, angle_rotate_z):
...
| Parameter | Type | Description |
|---|---|---|
| angle_rotate_x | float | The angle rotate x. |
| angle_rotate_y | float | The angle rotate y. |
| angle_rotate_z | float | The angle rotate z. |
See Also
- module
aspose.cad.fileformats - class
ObserverPoint