    

 ## On this page

  

 

 # Interface IOrientationBase

 Last update: 16.07.2025 

Namespace: [VM](VM.md)  
Assembly: VM.dll

```csharp
public interface IOrientationBase

```

## Properties

### AngleType

```csharp
AngleTypes AngleType { get; }

```

#### Property Value

[AngleTypes](VM.AngleTypes.md)

### RotationAngles

```csharp
IList<double> RotationAngles { get; }

```

#### Property Value

[IList](https://learn.microsoft.com/dotnet/api/system.collections.generic.ilist-1)&lt;[double](https://learn.microsoft.com/dotnet/api/system.double)&gt;

### RotationAxes

```csharp
RotationAxes RotationAxes { get; }

```

#### Property Value

[RotationAxes](VM.RotationAxes.md)

### RotationType

```csharp
RotationTypes RotationType { get; }

```

#### Property Value

[RotationTypes](VM.RotationTypes.md)

### Value

```csharp
OMatrix Value { get; }

```

#### Property Value

[OMatrix](VM.OMatrix.md)