Class NodalDisplacement
FemDesign "Nodal displacements" result
[Result(typeof(NodalDisplacement), new ListProc[] { ListProc.NodalDisplacementsLoadCase, ListProc.NodalDisplacementsLoadCombination })]
public class NodalDisplacement : IResult
- Inheritance
-
NodalDisplacement
- Implements
- Inherited Members
- Extension Methods
Properties
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Ex
Displacement in global x
public double Ex { get; }
Property Value
Ey
Displacement in global y
public double Ey { get; }
Property Value
Ez
Displacement in global z
public double Ez { get; }
Property Value
Fix
Rotation around global x
public double Fix { get; }
Property Value
Fiy
Rotation around global y
public double Fiy { get; }
Property Value
Fiz
Rotation around global z
public double Fiz { get; }
Property Value
Id
Support name identifier
public string Id { get; }
Property Value
NodeId
Finite element node id
public int NodeId { get; }
Property Value
Methods
DeconstructNodalDisplacements(List<NodalDisplacement>, 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> DeconstructNodalDisplacements(List<NodalDisplacement> Result, string LoadCase)
Parameters
ResultList<NodalDisplacement>LoadCasestring
Returns
ToString()
public override string ToString()