AxisSystem constructor

init

Constructs a new axis system

def __init__(self, coordinate_system, up):
    ...
ParameterTypeDescription
coordinate_systemCoordinateSystemThe coordinate system used in this axis system
upAxisThe up vector of the axis system

init {#aspose.threed.Axis-Nullable}

Constructs a new instance of AxisSystem

def __init__(self, up, front):
    ...
ParameterTypeDescription
upAxis
frontNullable

init

Constructs a new axis system

def __init__(self, coordinate_system, up, front):
    ...
ParameterTypeDescription
coordinate_systemCoordinateSystemThe coordinate system used in this axis system
upAxisThe up vector of the axis system
frontAxisThe front vector of the axis system

init {#Nullable-Nullable-Nullable}

Constructs a new instance of AxisSystem

def __init__(self, coordinate_system, up, front):
    ...
ParameterTypeDescription
coordinate_systemNullable
upNullable
frontNullable

See Also