    

 ## On this page

  

 

 #  Class SemicircleCleat

 Last update: 16.07.2025 

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

The semi-circle cleat shape class

```csharp
public class SemicircleCleat : CleatShape

```

#### Inheritance

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

#### Inherited Members

[CleatShape.GetXZData(double)](VM.Managed.DAFUL.Car.CleatShape.md#VM_Managed_DAFUL_Car_CleatShape_GetXZData_System_Double_), [CleatShape.TypeOfCleatShape](VM.Managed.DAFUL.Car.CleatShape.md#VM_Managed_DAFUL_Car_CleatShape_TypeOfCleatShape), [CleatShape.RideDrum](VM.Managed.DAFUL.Car.CleatShape.md#VM_Managed_DAFUL_Car_CleatShape_RideDrum)

#### 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_SemicircleCleat__ctor"></a> SemicircleCleat()

Initializes a new instance of the  class.

```csharp
public SemicircleCleat()

```

### <a id="VM_Managed_DAFUL_Car_SemicircleCleat__ctor_VM_Managed_DAFUL_Car_AnalysisRideDrum_"></a> SemicircleCleat(AnalysisRideDrum)

Initializes a new instance of the  class.

```csharp
public SemicircleCleat(AnalysisRideDrum RideDrum)

```

#### Parameters

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

The ride drum.

## Properties

### <a id="VM_Managed_DAFUL_Car_SemicircleCleat_Radius"></a> Radius

Gets or sets the radius.

```csharp
public double Radius { get; set; }

```

#### Property Value

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

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

Gets the type of cleat shape.

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

```

#### Property Value

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

## Methods

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

Gets the XZ data.

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