AxisSystem

Overview

AxisSystem is a class in Aspose.3D FOSS for Python.

Axis system is an combination of coordinate system, up vector and front vector.

This class declares 3 methods for AxisSystem objects in Python programs. Available methods include: __init__, from_asset_info, transform_to. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: coordinate_system, front, up.

Properties

NameTypeAccessDescription
coordinate_system"CoordinateSystem"ReadGets the coordinate system of this axis system.
up"Axis"ReadGets the up vector of this axis system.
front"Axis"ReadGets the front vector of this axis system.

Methods

SignatureDescription
__init__()Not implemented in the FOSS edition — throws at runtime. Calls init on this AxisSystem instance.
transform_to(target_system: "AxisSystem")"aspose.threed.utilities.Matrix4"Create a matrix used to convert from current axis system to target axis system.
from_asset_info(asset_info: "aspose.threed.AssetInfo")"AxisSystem"Create AxisSystem from AssetInfo.

See Also