Class BarInternalForce
FemDesign "Bars, Internal Force" result
[Result(typeof(BarInternalForce), new ListProc[] { ListProc.BarsInternalForcesLoadCase, ListProc.BarsInternalForcesLoadCombination })]
public class BarInternalForce : IResult
- Inheritance
-
BarInternalForce
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Fx
Axial force
public double Fx { get; }
Property Value
Fy
Shear force along major axis
public double Fy { get; }
Property Value
Fz
Shear force along minor axis
public double Fz { get; }
Property Value
Id
Bar name identifier
public string Id { get; }
Property Value
Mx
Moment around axis
public double Mx { get; }
Property Value
My
Moment around major bending axis
public double My { get; }
Property Value
Mz
Moment around minor bending axis
public double Mz { get; }
Property Value
Pos
Position Result The value is the relative distance from the starting point of the bar
public double Pos { get; }
Property Value
Methods
DeconstructBarInternalForce(List<BarInternalForce>, string)
The method has been created for returning the value for Grasshopper and Dynamo. The method can still be use for C# users.
public static Dictionary<string, object> DeconstructBarInternalForce(List<BarInternalForce> Result, string LoadCase)
Parameters
ResultList<BarInternalForce>LoadCasestring
Returns
ToString()
public override string ToString()