    

 ## On this page

  

 

 # Class OrientationMatrix

 Last update: 16.07.2025 

Namespace: [VM.Managed.Symmetric](VM.Managed.Symmetric.md)  
Assembly: VMSymBase.dll

```csharp
public class OrientationMatrix : ISymmetricBuilder

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [OrientationMatrix](VM.Managed.Symmetric.OrientationMatrix.md)

#### Implements

ISymmetricBuilder

#### 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_)

## Constructors

### <a id="VM_Managed_Symmetric_OrientationMatrix__ctor"></a> OrientationMatrix()

```csharp
public OrientationMatrix()

```

## Methods

### <a id="VM_Managed_Symmetric_OrientationMatrix_Build_System_Object_VM_Managed_SymmetricType_VM_Plane_VM_Managed_Document_"></a> Build(object, SymmetricType, Plane, Document)

Build the symmetric objects.

```csharp
public virtual object Build(object tool, SymmetricType sym_type, Plane sym_plane, Document doc)

```

#### Parameters

`tool` [object](https://learn.microsoft.com/dotnet/api/system.object)

The object.

`sym_type` SymmetricType

Specifies type of symmetric.

`sym_plane` Plane

Plane of symmetric.

`doc` Document

#### Returns

[object](https://learn.microsoft.com/dotnet/api/system.object)

The new object of symmetric.