Table of Contents

Class LineConnectionForce

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Line connection forces" result

[Result(typeof(LineConnectionForce), new ListProc[] { ListProc.LineConnectionForceLoadCase, ListProc.LineConnectionForceLoadCombination })]
public class LineConnectionForce : IResult
Inheritance
LineConnectionForce
Implements
Inherited Members
Extension Methods

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

ElementId

Finite element identifier

public int ElementId { get; }

Property Value

int

Fr

Force resultant

public double Fr { get; }

Property Value

double

Fx

Local Fx'

public double Fx { get; }

Property Value

double

Fy

Local Fy'

public double Fy { get; }

Property Value

double

Fz

Local Fz'

public double Fz { get; }

Property Value

double

Id

Identifier "No."

public string Id { get; }

Property Value

string

Mr

Moment resultant

public double Mr { get; }

Property Value

double

Mx

Local Mx'

public double Mx { get; }

Property Value

double

My

Local My'

public double My { get; }

Property Value

double

Mz

Local Mz'

public double Mz { get; }

Property Value

double

NodeId

Finite element node id

public int NodeId { get; }

Property Value

int

Methods

ToString()

public override string ToString()

Returns

string