AxisSystem constructor
Contents
[
Hide
]init
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 {#aspose.threed.Axis-Nullable}
Constructs a new instance of AxisSystem
def __init__(self, up, front):
...
Parameter | Type | Description |
---|---|---|
up | Axis | |
front | Nullable |
init
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 {#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