    

 ## On this page

  

 

 #  Class ClearanceTranslational

 Last update: 16.07.2025 

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

This struct represents the translational clearance

```csharp
public class ClearanceTranslational : Clearance

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [Clearance](VM.API.Pre.Clearance.md) ← [ClearanceTranslational](VM.API.Pre.ClearanceTranslational.md)

#### Inherited Members

[Clearance.StiffnessCoefficient](VM.API.Pre.Clearance.md#VM_API_Pre_Clearance_StiffnessCoefficient), [Clearance.ExponentOfPenetration](VM.API.Pre.Clearance.md#VM_API_Pre_Clearance_ExponentOfPenetration), [Clearance.MaxDampingCoefficient](VM.API.Pre.Clearance.md#VM_API_Pre_Clearance_MaxDampingCoefficient), [Clearance.UseDampingEffectInVoid](VM.API.Pre.Clearance.md#VM_API_Pre_Clearance_UseDampingEffectInVoid)

#### 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_API_Pre_ClearanceTranslational__ctor"></a> ClearanceTranslational()

Default constructor

```csharp
public ClearanceTranslational()

```

### <a id="VM_API_Pre_ClearanceTranslational__ctor_VM_Models_Pre_ExpressionValueVariable_VM_Models_Pre_ExpressionValueVariable_VM_Models_Pre_ExpressionValueVariable_System_Boolean_VM_Models_Pre_ExpressionValueVariable_VM_Models_Pre_ExpressionValueVariable_"></a> ClearanceTranslational(ExpressionValueVariable, ExpressionValueVariable, ExpressionValueVariable, bool, ExpressionValueVariable, ExpressionValueVariable)

Initializes a new instance of the  class.

```csharp
public ClearanceTranslational(ExpressionValueVariable stiffnessCoefficient, ExpressionValueVariable exponentOfPenetration, ExpressionValueVariable maxDampingCoefficient, bool useDampingEffectInVoid, ExpressionValueVariable xClearance, ExpressionValueVariable yClearance)

```

#### Parameters

`stiffnessCoefficient` ExpressionValueVariable

The stiffness coefficient.

`exponentOfPenetration` ExpressionValueVariable

The exponent of penetration.

`maxDampingCoefficient` ExpressionValueVariable

The max damping coefficient.

`useDampingEffectInVoid` [bool](https://learn.microsoft.com/dotnet/api/system.boolean)

The use damping effect in void.

`xClearance` ExpressionValueVariable

The x clearance.

`yClearance` ExpressionValueVariable

The y clearance.

## Properties

### <a id="VM_API_Pre_ClearanceTranslational_XClearance"></a> XClearance

The value for the x clearance. The default value is 0.1.

```csharp
public ExpressionValueVariable XClearance { get; set; }

```

#### Property Value

ExpressionValueVariable

### <a id="VM_API_Pre_ClearanceTranslational_YClearance"></a> YClearance

The value for the y clearance. The default value is 0.1.

```csharp
public ExpressionValueVariable YClearance { get; set; }

```

#### Property Value

ExpressionValueVariable