    

 ## On this page

  

 

 #  Interface IOrientationBase

 Last update: 16.07.2025 

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

```csharp
public interface IOrientationBase

```

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Properties

### <a id="VM_IOrientationBase_AngleType"></a> AngleType

```csharp
AngleTypes AngleType { get; }

```

#### Property Value

[AngleTypes](VM.AngleTypes.md)

### <a id="VM_IOrientationBase_RotationAngles"></a> RotationAngles

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

```

#### Property Value

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

### <a id="VM_IOrientationBase_RotationAxes"></a> RotationAxes

```csharp
RotationAxes RotationAxes { get; }

```

#### Property Value

[RotationAxes](VM.RotationAxes.md)

### <a id="VM_IOrientationBase_RotationType"></a> RotationType

```csharp
RotationTypes RotationType { get; }

```

#### Property Value

[RotationTypes](VM.RotationTypes.md)

### <a id="VM_IOrientationBase_Value"></a> Value

```csharp
OMatrix Value { get; }

```

#### Property Value

[OMatrix](VM.OMatrix.md)