Table of Contents

Class NodalAcceleration

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll
[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

double

AccY

Nodal acceleration in global y [m/s2]

public double AccY { get; }

Property Value

double

AccZ

Nodal acceleration in global z [m/s2]

public double AccZ { get; }

Property Value

double

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

Id

Finite element node id

public string Id { get; }

Property Value

string

NodeId

Finite element node id

public int NodeId { get; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string