Table of Contents

Class NodalResponseFactor

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll
[Result(typeof(NodalResponseFactor), new ListProc[] { ListProc.NodalResponseFactor })]
public class NodalResponseFactor : IResult
Inheritance
NodalResponseFactor
Implements
Inherited Members
Extension Methods

Properties

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

RespFactorX

Nodal response factor in global x

public double RespFactorX { get; }

Property Value

double

RespFactorY

Nodal response factor in global y

public double RespFactorY { get; }

Property Value

double

RespFactorZ

Nodal response factor in global z

public double RespFactorZ { get; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string