    

 ## On this page

  

 

 # Class CleatShape

 Last update: 16.07.2025 

Namespace: [VM.Managed.DAFUL.Car](VM.Managed.DAFUL.Car.md)  
Assembly: VMDCar.dll

The cleat shape base class

```csharp
public abstract class CleatShape

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [CleatShape](VM.Managed.DAFUL.Car.CleatShape.md)

#### Derived

[RectangleCleat](VM.Managed.DAFUL.Car.RectangleCleat.md), [RectangleWithBevelEdgeCleat](VM.Managed.DAFUL.Car.RectangleWithBevelEdgeCleat.md), [SemicircleCleat](VM.Managed.DAFUL.Car.SemicircleCleat.md), [TrapezoidCleat](VM.Managed.DAFUL.Car.TrapezoidCleat.md)

#### 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_Car_CleatShape__ctor"></a> CleatShape()

Initializes a new instance of the  class.

```csharp
public CleatShape()

```

### <a id="VM_Managed_DAFUL_Car_CleatShape__ctor_VM_Managed_DAFUL_Car_AnalysisRideDrum_"></a> CleatShape(AnalysisRideDrum)

Initializes a new instance of the  class.

```csharp
public CleatShape(AnalysisRideDrum RideDrum)

```

#### Parameters

`RideDrum` [AnalysisRideDrum](VM.Managed.DAFUL.Car.AnalysisRideDrum.md)

The ride drum.

## Properties

### <a id="VM_Managed_DAFUL_Car_CleatShape_RideDrum"></a> RideDrum

Gets the ride drum.

```csharp
public AnalysisRideDrum RideDrum { get; }

```

#### Property Value

[AnalysisRideDrum](VM.Managed.DAFUL.Car.AnalysisRideDrum.md)

### <a id="VM_Managed_DAFUL_Car_CleatShape_TypeOfCleatShape"></a> TypeOfCleatShape

Gets the type of cleat shape.

```csharp
public abstract CleatShapeType TypeOfCleatShape { get; }

```

#### Property Value

[CleatShapeType](VM.Managed.DAFUL.Car.CleatShapeType.md)

## Methods

### <a id="VM_Managed_DAFUL_Car_CleatShape_GetXZData_System_Double_"></a> GetXZData(double)

Gets the XZ data.

```csharp
public abstract string GetXZData(double dEndTime)

```

#### Parameters

`dEndTime` [double](https://learn.microsoft.com/dotnet/api/system.double)

The d end time.

#### Returns

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