Table of Contents

Class BarStress

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Bars, Stresses" result

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

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

Id

Bar name identifier

public string Id { get; }

Property Value

string

Pos

Position Result The value is the relative distance from the starting point of the bar

public double Pos { get; }

Property Value

double

SigmaVM

Von Mises Stress

public double SigmaVM { get; }

Property Value

double

SigmaXiMax

Maximum Normal Tension

public double SigmaXiMax { get; }

Property Value

double

SigmaXiMin

Minimum Normal Tension

public double SigmaXiMin { get; }

Property Value

double

Methods

DeconstructBarStress(List<BarStress>, string)

The method has been created for returning the value for Grasshopper and Dynamo. The method can still be use for C# users.

public static Dictionary<string, object> DeconstructBarStress(List<BarStress> Result, string LoadCase)

Parameters

Result List<BarStress>
LoadCase string

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string