    

 ## On this page

  

 

 #  Class BeamBody

 Last update: 16.07.2025 

Namespace: [VM.Builder.Pre.FE](VM.Builder.Pre.FE.md)  
Assembly: VM.Builder.Pre.FE.dll

```csharp
public class BeamBody : IBuilder

```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ← [BeamBody](VM.Builder.Pre.FE.BeamBody.md)

#### Implements

IBuilder

#### 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_Builder_Pre_FE_BeamBody__ctor"></a> BeamBody()

```csharp
public BeamBody()

```

## Properties

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

```csharp
public PointBase EndPoint { get; }

```

#### Property Value

PointBase

### <a id="VM_Builder_Pre_FE_BeamBody_MeshFilePath"></a> MeshFilePath

```csharp
public string MeshFilePath { get; set; }

```

#### Property Value

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

### <a id="VM_Builder_Pre_FE_BeamBody_Name"></a> Name

```csharp
public string Name { get; set; }

```

#### Property Value

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

### <a id="VM_Builder_Pre_FE_BeamBody_NoOfBeamNodes"></a> NoOfBeamNodes

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

```

#### Property Value

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

### <a id="VM_Builder_Pre_FE_BeamBody_NoOfCircularNodes"></a> NoOfCircularNodes

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

```

#### Property Value

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

### <a id="VM_Builder_Pre_FE_BeamBody_NodalBody"></a> NodalBody

```csharp
public NodalBody NodalBody { get; }

```

#### Property Value

NodalBody

### <a id="VM_Builder_Pre_FE_BeamBody_Parameters"></a> Parameters

```csharp
public PickedResult[] Parameters { get; set; }

```

#### Property Value

PickedResult\[\]

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

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

```

#### Property Value

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

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

```csharp
public PointBase StartPoint { get; }

```

#### Property Value

PointBase

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

```csharp
public DirectionBase YDirection { get; }

```

#### Property Value

DirectionBase