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

NameTypeAccessDescription
CoordinateSystemCoordinateSystemReadGets the coordinate system.
UpAxisReadGets the up.
FrontAxisReadGets the front.

Methods

SignatureDescription
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

See Also