Table of Contents

Class ShellInternalForce

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Bars, End forces" result

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

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

ElementId

Finite element element id

public int ElementId { get; }

Property Value

int

Id

Bar name identifier

public string Id { get; }

Property Value

string

Mx

Mx'

public double Mx { get; }

Property Value

double

Mxy

Mx'y'

public double Mxy { get; }

Property Value

double

My

My'

public double My { get; }

Property Value

double

NodeId

Finite element node id

public int? NodeId { get; }

Property Value

int?

Nx

Nx'

public double Nx { get; }

Property Value

double

Nxy

Nx'y'

public double Nxy { get; }

Property Value

double

Ny

Ny'

public double Ny { get; }

Property Value

double

Txz

Tx'z'

public double Txz { get; }

Property Value

double

Tyz

Ty'z'

public double Tyz { get; }

Property Value

double

Methods

DeconstructShellInternalForce(List<ShellInternalForce>, 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> DeconstructShellInternalForce(List<ShellInternalForce> Result, string LoadCase)

Parameters

Result List<ShellInternalForce>
LoadCase string

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string