Class BarStress
FemDesign "Bars, Stresses" result
[Result(typeof(BarStress), new ListProc[] { ListProc.BarsStressesLoadCase, ListProc.BarsStressesLoadCombination })]
public class BarStress : IResult
- Inheritance
-
BarStress
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Id
Bar name identifier
public string Id { 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
SigmaVM
Von Mises Stress
public double SigmaVM { get; }
Property Value
SigmaXiMax
Maximum Normal Tension
public double SigmaXiMax { get; }
Property Value
SigmaXiMin
Minimum Normal Tension
public double SigmaXiMin { get; }
Property Value
Methods
DeconstructBarStress(List<BarStress>, 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> DeconstructBarStress(List<BarStress> Result, string LoadCase)
Parameters
Returns
ToString()
public override string ToString()