Class ShellInternalForce
FemDesign "Bars, End forces" result
[Result(typeof(ShellInternalForce), new ListProc[] { ListProc.ShellInternalForceLoadCase, ListProc.ShellInternalForceLoadCombination })]
public class ShellInternalForce : IResult
- Inheritance
-
ShellInternalForce
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
ElementId
Finite element element id
public int ElementId { get; }
Property Value
Id
Bar name identifier
public string Id { get; }
Property Value
Mx
Mx'
public double Mx { get; }
Property Value
Mxy
Mx'y'
public double Mxy { get; }
Property Value
My
My'
public double My { get; }
Property Value
NodeId
Finite element node id
public int? NodeId { get; }
Property Value
- int?
Nx
Nx'
public double Nx { get; }
Property Value
Nxy
Nx'y'
public double Nxy { get; }
Property Value
Ny
Ny'
public double Ny { get; }
Property Value
Txz
Tx'z'
public double Txz { get; }
Property Value
Tyz
Ty'z'
public double Tyz { get; }
Property Value
Methods
DeconstructShellInternalForce(List<ShellInternalForce>, 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> DeconstructShellInternalForce(List<ShellInternalForce> Result, string LoadCase)
Parameters
ResultList<ShellInternalForce>LoadCasestring
Returns
ToString()
public override string ToString()