Class BarEndForce
FemDesign "Bars, End forces" result
[Result(typeof(BarEndForce), new ListProc[] { ListProc.BarsEndForcesLoadCombination })]
public class BarEndForce : IResult
- Inheritance
-
BarEndForce
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
End
Start or end node of bar. End is true.
public bool End { 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
Methods
ToString()
public override string ToString()