    

 ## On this page

  

 

 # Struct MaterialAB

 Last update: 16.07.2025 

Namespace: [VM.Models.FE.Utilities](VM.Models.FE.Utilities.md)  
Assembly: VM.Models.FE.Utilities.dll

```csharp
public struct MaterialAB

```

## Properties

### <a id="VM_Models_FE_Utilities_MaterialAB_D"></a> D

```csharp
public double D { readonly get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Utilities_MaterialAB_Density"></a> Density

```csharp
public double Density { readonly get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Utilities_MaterialAB_ID"></a> ID

```csharp
public uint ID { readonly get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Utilities_MaterialAB_Lambda"></a> Lambda

```csharp
public double Lambda { readonly get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Utilities_MaterialAB_Mu"></a> Mu

```csharp
public double Mu { readonly get; set; }

```

#### Property Value

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