Class LineSupportReaction
FemDesign "Line support group, Reactions" result
[Result(typeof(LineSupportReaction), new ListProc[] { ListProc.LineSupportReactionsLoadCase, ListProc.LineSupportReactionsLoadCombination })]
public class LineSupportReaction : IResult
- Inheritance
-
LineSupportReaction
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
ElementId
Finite element identifier
public int ElementId { get; }
Property Value
Fr
Force resultant
public double Fr { get; }
Property Value
Fx
Local Fx'
public double Fx { get; }
Property Value
Fy
Local Fy'
public double Fy { get; }
Property Value
Fz
Local Fz'
public double Fz { get; }
Property Value
Id
Support name identifier
public string Id { get; }
Property Value
Mr
Moment resultant
public double Mr { get; }
Property Value
Mx
Local Mx'
public double Mx { get; }
Property Value
My
Local My'
public double My { get; }
Property Value
Mz
Local Mz'
public double Mz { get; }
Property Value
NodeId
Finite element node id
public int NodeId { get; }
Property Value
Methods
DeconstructLineSupportReaction(List<LineSupportReaction>, 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> DeconstructLineSupportReaction(List<LineSupportReaction> Result, string LoadCase)
Parameters
ResultList<LineSupportReaction>LoadCasestring
Returns
ToString()
public override string ToString()