    

 ## On this page

  

 

 #  Class BeamFileParams

 Last update: 16.07.2025 

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

```csharp
public class BeamFileParams

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [BeamFileParams](VM.Models.FE.Mesh.Generator.BeamFileParams.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_Models_FE_Mesh_Generator_BeamFileParams__ctor"></a> BeamFileParams()

```csharp
public BeamFileParams()

```

## Properties

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_BeamMaterialDampingRatio"></a> BeamMaterialDampingRatio

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

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_BeamMaterialDensity"></a> BeamMaterialDensity

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

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_BeamMaterialPoissonsRatio"></a> BeamMaterialPoissonsRatio

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

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_BeamMaterialShearModulus"></a> BeamMaterialShearModulus

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

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_BeamMaterialYoungsModulus"></a> BeamMaterialYoungsModulus

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

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_BufferCount"></a> BufferCount

```csharp
public int BufferCount { get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_EndPoint"></a> EndPoint

```csharp
public Vector EndPoint { get; set; }

```

#### Property Value

Vector

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_GenerateInnerRBE"></a> GenerateInnerRBE

```csharp
public bool GenerateInnerRBE { get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_NumberOfBeamNodes"></a> NumberOfBeamNodes

```csharp
public int NumberOfBeamNodes { get; set; }

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_NumberOfCircularNodes"></a> NumberOfCircularNodes

```csharp
public int NumberOfCircularNodes { get; set; }

```

#### Property Value

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

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

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

```

#### Property Value

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

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_StartPoint"></a> StartPoint

```csharp
public Vector StartPoint { get; set; }

```

#### Property Value

Vector

### <a id="VM_Models_FE_Mesh_Generator_BeamFileParams_YDirection"></a> YDirection

```csharp
public Vector YDirection { get; set; }

```

#### Property Value

Vector