Class BeamBody
Last update: 16.07.2025Namespace: VM.Builder.Pre.FE
Assembly: VM.Builder.Pre.FE.dll
public class BeamBody : IBuilder
Inheritance
Implements
IBuilder
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
BeamBody()
public BeamBody()
Properties
EndPoint
public PointBase EndPoint { get; }
Property Value
PointBase
MeshFilePath
public string MeshFilePath { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
NoOfBeamNodes
public int NoOfBeamNodes { get; set; }
Property Value
NoOfCircularNodes
public int NoOfCircularNodes { get; set; }
Property Value
NodalBody
public NodalBody NodalBody { get; }
Property Value
NodalBody
Parameters
public PickedResult[] Parameters { get; set; }
Property Value
PickedResult[]
Radius
public double Radius { get; set; }
Property Value
StartPoint
public PointBase StartPoint { get; }
Property Value
PointBase
YDirection
public DirectionBase YDirection { get; }
Property Value
DirectionBase