    

 ## On this page

  

 

 #  Interface IMeshEntity

 Last update: 16.07.2025 

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

Mesh Entity interface

```csharp
public interface IMeshEntity

```

#### 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_Managed_DAFUL_GearTrain_IMeshEntity_Body"></a> Body

Gets or sets the body.

```csharp
InstanceContainer Body { get; set; }

```

#### Property Value

InstanceContainer

### <a id="VM_Managed_DAFUL_GearTrain_IMeshEntity_PropertyOfEntity"></a> PropertyOfEntity

Gets the property of entity.

```csharp
Property PropertyOfEntity { get; }

```

#### Property Value

Property

### <a id="VM_Managed_DAFUL_GearTrain_IMeshEntity_Transformation"></a> Transformation

Gets or sets the transformation.

```csharp
TransformBase Transformation { get; set; }

```

#### Property Value

TransformBase

### <a id="VM_Managed_DAFUL_GearTrain_IMeshEntity_TypeOfCreate"></a> TypeOfCreate

Gets the type of create.

```csharp
CreateType TypeOfCreate { get; }

```

#### Property Value

[CreateType](VM.Managed.DAFUL.GearTrain.CreateType.md)