Skip to main content

Motion Standalone Postprocessor C# library 2024 R2

Interface IOrientationBase

Last update: 03.07.2024

Namespace: VM
Assembly: VM.dll

public interface IOrientationBase

Properties

AngleType

AngleTypes AngleType { get; }

Property Value

AngleTypes

RotationAngles

IList<double> RotationAngles { get; }

Property Value

IList<double>

RotationAxes

RotationAxes RotationAxes { get; }

Property Value

RotationAxes

RotationType

RotationTypes RotationType { get; }

Property Value

RotationTypes

Value

OMatrix Value { get; }

Property Value

OMatrix