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 | aspose.threed.CoordinateSystem | The coordinate system used in this axis system |
up | aspose.threed.Axis | The up vector of the axis system |
__init__(self, up, front) {#aspose.threed.Axis-System.Nullable`1[[Aspose.ThreeD.Axis]]}
Constructs a new instance of AxisSystem
def __init__(self, up, front):
...
Parameter | Type | Description |
---|---|---|
up | aspose.threed.Axis | |
front | System.Nullable`1[[Aspose.ThreeD.Axis]] |
__init__(self, coordinate_system, up, front)
Constructs a new axis system
def __init__(self, coordinate_system, up, front):
...
Parameter | Type | Description |
---|---|---|
coordinate_system | aspose.threed.CoordinateSystem | The coordinate system used in this axis system |
up | aspose.threed.Axis | The up vector of the axis system |
front | aspose.threed.Axis | The front vector of the axis system |
__init__(self, coordinate_system, up, front) {#System.Nullable1[[Aspose.ThreeD.CoordinateSystem]]-System.Nullable
1[[Aspose.ThreeD.Axis]]-System.Nullable`1[[Aspose.ThreeD.Axis]]}
Constructs a new instance of AxisSystem
def __init__(self, coordinate_system, up, front):
...
Parameter | Type | Description |
---|---|---|
coordinate_system | System.Nullable`1[[Aspose.ThreeD.CoordinateSystem]] | |
up | System.Nullable`1[[Aspose.ThreeD.Axis]] | |
front | System.Nullable`1[[Aspose.ThreeD.Axis]] |
See Also
- module
aspose.threed
- class
AxisSystem