AxisSystem constructor
Contents
[
Hide
]__init__(self, coordinate_system, up)
Constructs a new axis system
def __init__(self, coordinate_system, up):
...
| Parameter | Type | Description |
|---|---|---|
| coordinate_system | CoordinateSystem | The coordinate system used in this axis system |
| up | Axis | The up vector of the axis system |
__init__(self, up, front) {#aspose.threed.Axis-Nullable}
Constructs a new instance of AxisSystem
def __init__(self, up, front):
...
| Parameter | Type | Description |
|---|---|---|
| up | Axis | |
| front | Nullable |
__init__(self, coordinate_system, up, front)
Constructs a new axis system
def __init__(self, coordinate_system, up, front):
...
| Parameter | Type | Description |
|---|---|---|
| coordinate_system | CoordinateSystem | The coordinate system used in this axis system |
| up | Axis | The up vector of the axis system |
| front | Axis | The front vector of the axis system |
__init__(self, coordinate_system, up, front) {#Nullable-Nullable-Nullable}
Constructs a new instance of AxisSystem
def __init__(self, coordinate_system, up, front):
...
| Parameter | Type | Description |
|---|---|---|
| coordinate_system | Nullable | |
| up | Nullable | |
| front | Nullable |
See Also
- module
aspose.threed - class
AxisSystem