AxisSystem constructor

__init__(self, coordinate_system, up)

Constructs a new axis system


def __init__(self, coordinate_system, up):
    ...
ParameterTypeDescription
coordinate_systemaspose.threed.CoordinateSystemThe coordinate system used in this axis system
upaspose.threed.AxisThe 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):
    ...
ParameterTypeDescription
upaspose.threed.Axis
frontSystem.Nullable`1[[Aspose.ThreeD.Axis]]

__init__(self, coordinate_system, up, front)

Constructs a new axis system


def __init__(self, coordinate_system, up, front):
    ...
ParameterTypeDescription
coordinate_systemaspose.threed.CoordinateSystemThe coordinate system used in this axis system
upaspose.threed.AxisThe up vector of the axis system
frontaspose.threed.AxisThe front vector of the axis system

__init__(self, coordinate_system, up, front) {#System.Nullable1[[Aspose.ThreeD.CoordinateSystem]]-System.Nullable1[[Aspose.ThreeD.Axis]]-System.Nullable`1[[Aspose.ThreeD.Axis]]}

Constructs a new instance of AxisSystem


def __init__(self, coordinate_system, up, front):
    ...
ParameterTypeDescription
coordinate_systemSystem.Nullable`1[[Aspose.ThreeD.CoordinateSystem]]
upSystem.Nullable`1[[Aspose.ThreeD.Axis]]
frontSystem.Nullable`1[[Aspose.ThreeD.Axis]]

See Also