    

 ## On this page

  

 

 #  Class MeshingGearSet

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.GearTrain.Operation](VM.Managed.DAFUL.GearTrain.Operation.md)  
Assembly: VMOpGearTrain.dll

mesh the gearset operation

```csharp
public class MeshingGearSet : OperationBase, IOperation

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← OperationBase ← [MeshingGearSet](VM.Managed.DAFUL.GearTrain.Operation.MeshingGearSet.md)

#### Implements

IOperation

#### Inherited Members

OperationBase.g\_bRedrawKernel, OperationBase.g\_bVerify, OperationBase.g\_bSkipAddEvent, OperationBase.g\_bDupicateMsg, OperationBase.m\_bIsHistoryMerge, OperationBase.Execute(), OperationBase.PostExecute(), OperationBase.GetInformation(XmlWriter), OperationBase.Create(string, View, object), OperationBase.Create(string, IDocument, object), OperationBase.Create(string, object), OperationBase.Create(string), OperationBase.StartSession(), OperationBase.StartSession(OperationBase, OperationBase.PostOperation), OperationBase.StartSession(OperationBase), OperationBase.StartSessionAndWait(), OperationBase.StartSessionAndWait(OperationBase, OperationBase.PostOperation), OperationBase.StartSessionAndWait(OperationBase), OperationBase.Initialize(OperationBase.ShowVerifyResult), OperationBase.RecordJournal(OperationBase), OperationBase.UseSession(string), OperationBase.raise\_OnOperationStatusChanged(object, OperationStatusEventArgs), OperationBase.raise\_OnEndOperation(object, EventArgs), OperationBase.ClearCurrentMark(string), OperationBase.ClearCurrentMark(IDocument), OperationBase.ClearCurrentMark(), OperationBase.GlobalOverride, OperationBase.IsDoingThread, OperationBase.ExecuteMacro, OperationBase.SimStatus, OperationBase.Status, OperationBase.autoEvents, OperationBase.IsHistoryMerge, OperationBase.SkipClearTemporaryLinkContainer, OperationBase.PostExecuteClearTemporaryLinkContainer, OperationBase.SkipEndOperation, OperationBase.UseMacro, OperationBase.MarkStatus, OperationBase.UseThread, OperationBase.Name, OperationBase.ExecutableOnHold, OperationBase.Override, OperationBase.Parameter, OperationBase.View, OperationBase.Document, OperationBase.OnEndOperation, OperationBase.OnOperationStatusChanged

#### 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_DAFUL_GearTrain_Operation_MeshingGearSet__ctor_System_Collections_Generic_List_System_String__"></a> MeshingGearSet(List)

Initializes a new instance of the  class.

```csharp
public MeshingGearSet(List<string> lstSelGearSet)

```

#### Parameters

`lstSelGearSet` [List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)[string](https://learn.microsoft.com/dotnet/api/system.string)&amp;gt;

The selectd gearset list.

### <a id="VM_Managed_DAFUL_GearTrain_Operation_MeshingGearSet__ctor_VM_Managed_Document_System_Collections_Generic_List_System_String__"></a> MeshingGearSet(Document, List)

Initializes a new instance of the  class.

```csharp
public MeshingGearSet(Document doc, List<string> lstSelGearSet)

```

#### Parameters

`doc` Document

The document.

`lstSelGearSet` [List](https://learn.microsoft.com/dotnet/api/system.collections.generic.list-1)[string](https://learn.microsoft.com/dotnet/api/system.string)&amp;gt;

The selectd gearset list.

### <a id="VM_Managed_DAFUL_GearTrain_Operation_MeshingGearSet__ctor_VM_Managed_Operation_JournalParameter_"></a> MeshingGearSet(JournalParameter)

Initializes a new instance of the  class.

```csharp
public MeshingGearSet(JournalParameter jp)

```

#### Parameters

`jp` JournalParameter

The jp.

## Properties

### <a id="VM_Managed_DAFUL_GearTrain_Operation_MeshingGearSet_Name"></a> Name

Gets the name.

```csharp
public override string Name { get; }

```

#### Property Value

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

### <a id="VM_Managed_DAFUL_GearTrain_Operation_MeshingGearSet_Result"></a> Result

Gets or sets the Result.

```csharp
public Dictionary<string bool> Result { get; set; }

```

#### Property Value

[Dictionary](https://learn.microsoft.com/dotnet/api/system.collections.generic.dictionary-2)[string](https://learn.microsoft.com/dotnet/api/system.string), [bool](https://learn.microsoft.com/dotnet/api/system.boolean)&amp;gt;

## Methods

### <a id="VM_Managed_DAFUL_GearTrain_Operation_MeshingGearSet_Execute"></a> Execute()

Executes this instance.

```csharp
public override void Execute()

```

### <a id="VM_Managed_DAFUL_GearTrain_Operation_MeshingGearSet_GetInformation_System_Xml_XmlWriter_"></a> GetInformation(XmlWriter)

Gets the information.

```csharp
public override void GetInformation(XmlWriter writer)

```

#### Parameters

`writer` [XmlWriter](https://learn.microsoft.com/dotnet/api/system.xml.xmlwriter)

The writer.