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 6 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 of this axis system.
UpAxisReadGets the up vector of this axis system.
FrontAxisReadGets the front vector of this axis system

Methods

SignatureDescription
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis, front: Axis)Constructs a new axis system
AxisSystem(coordinateSystem: CoordinateSystem, up: Axis)Constructs a new axis system
AxisSystem(up: Axis, front: Axis?)Constructs a new axis system
AxisSystem(coordinateSystem: CoordinateSystem?, up: Axis?, front: Axis?)Constructs a new axis system
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

 English