    

 ## On this page

  

 

 #  Class DriverFunction

 Last update: 16.07.2025 

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

```csharp
public class DriverFunction : Driver, ISymmetricBuilder

```

#### Inheritance

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

#### Implements

ISymmetricBuilder

#### Inherited Members

[Driver.Build(object, SymmetricType, Plane, Document)](VM.Managed.Symmetric.Constraints.Driver.md#VM_Managed_Symmetric_Constraints_Driver_Build_System_Object_VM_Managed_SymmetricType_VM_Plane_VM_Managed_Document_), [Driver.MakeObject(object)](VM.Managed.Symmetric.Constraints.Driver.md#VM_Managed_Symmetric_Constraints_Driver_MakeObject_System_Object_)

#### 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_Constraints_DriverFunction__ctor"></a> DriverFunction()

```csharp
public DriverFunction()

```

## Methods

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

Build the symmetric objects.

```csharp
public override 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.