Class NodalAcceleration
[Result(typeof(NodalAcceleration), new ListProc[] { ListProc.NodalAcceleration })]
public class NodalAcceleration : IResult
- Inheritance
-
NodalAcceleration
- Implements
- Inherited Members
- Extension Methods
Properties
AccX
Nodal acceleration in global x [m/s2]
public double AccX { get; }
Property Value
AccY
Nodal acceleration in global y [m/s2]
public double AccY { get; }
Property Value
AccZ
Nodal acceleration in global z [m/s2]
public double AccZ { get; }
Property Value
CaseIdentifier
Load case or combination name
public string CaseIdentifier { get; }
Property Value
Id
Finite element node id
public string Id { get; }
Property Value
NodeId
Finite element node id
public int NodeId { get; }
Property Value
Methods
ToString()
public override string ToString()