AxisSystem
Overview
AxisSystem is a class in Aspose.3D FOSS for .NET.
Axis system is an combination of coordinate system, up vector and front vector.
This class provides 3 methods for working with AxisSystem objects in .NET programs.
Available methods include: AxisSystem, FromAssetInfo, TransformTo.
All public members are accessible to any .NET application after installing the Aspose.3D FOSS for .NET package.
Properties: CoordinateSystem, Front, Up.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
CoordinateSystem | CoordinateSystem | Read | Gets the coordinate system. |
Up | Axis | Read | Gets the up. |
Front | Axis | Read | Gets the front. |
Methods
| Signature | Description |
|---|---|
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis) | Creates an AxisSystem with the specified up axis and optional front axis, using a default coordinate system |
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis) | |
AxisSystem(up: Axis, front: Axis?) | |
AxisSystem(coordinateSystem: CoordinateSystem?, up: Axis?, front: Axis?) | |
TransformTo(targetSystem: AxisSystem) | Create a matrix used to convert from current axis system to target axis system. |
FromAssetInfo(assetInfo: AssetInfo) | Create AxisSystem from AssetInfo |