    

 ## On this page

  

 

 #  Struct RatingOutput

 Last update: 16.07.2025 

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

The rating output

```csharp
public struct RatingOutput

```

## Fields

### <a id="VM_Managed_DAFUL_GearTrain_RatingOutput_ContactStress"></a> ContactStress

Contact Stress

```csharp
public double ContactStress

```

#### Field Value

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

### <a id="VM_Managed_DAFUL_GearTrain_RatingOutput_FlankSafety"></a> FlankSafety

Flank Safety

```csharp
public double FlankSafety

```

#### Field Value

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

### <a id="VM_Managed_DAFUL_GearTrain_RatingOutput_RootSafety"></a> RootSafety

Root Safety

```csharp
public double RootSafety

```

#### Field Value

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

### <a id="VM_Managed_DAFUL_GearTrain_RatingOutput_RootStress"></a> RootStress

Root Stress

```csharp
public double RootStress

```

#### Field Value

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

## Methods

### <a id="VM_Managed_DAFUL_GearTrain_RatingOutput_Initialize"></a> Initialize()

Initialize

```csharp
public void Initialize()

```