Class NodalBucklingShape
FemDesign "Nodal buckling shapes" result
[Result(typeof(NodalBucklingShape), new ListProc[] { ListProc.NodalBucklingShape })]
public class NodalBucklingShape : IResult
- Inheritance
-
NodalBucklingShape
- 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
Structural object name identifier
public string Id { get; }
Property Value
NodeId
Finite element node id
public int NodeId { get; }
Property Value
Shape
Buckling shape identifier
public int Shape { get; }
Property Value
Methods
ToString()
public override string ToString()