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
| Name | Type | Access | Description |
|---|---|---|---|
coordinate_system | "CoordinateSystem" | Read | Gets the coordinate system of this axis system. |
up | "Axis" | Read | Gets the up vector of this axis system. |
front | "Axis" | Read | Gets the front vector of this axis system. |
Methods
| Signature | Description |
|---|---|
__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. |