Table of Contents

Class BarEndForce

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Bars, End forces" result

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

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

End

Start or end node of bar. End is true.

public bool End { get; }

Property Value

bool

Fx

Axial force

public double Fx { get; }

Property Value

double

Fy

Shear force along major axis

public double Fy { get; }

Property Value

double

Fz

Shear force along minor axis

public double Fz { get; }

Property Value

double

Id

Bar name identifier

public string Id { get; }

Property Value

string

Mx

Moment around axis

public double Mx { get; }

Property Value

double

My

Moment around major bending axis

public double My { get; }

Property Value

double

Mz

Moment around minor bending axis

public double Mz { get; }

Property Value

double

Methods

ToString()

public override string ToString()

Returns

string