Table of Contents

Class ShellDisplacement

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Shells, displacements" result

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

Properties

CaseIdentifier

Load case or combination name

public string CaseIdentifier { get; }

Property Value

string

ElementId

Finite element id

public int ElementId { get; }

Property Value

int

Ex

Displacement in global x

public double Ex { get; }

Property Value

double

Ey

Displacement in global y

public double Ey { get; }

Property Value

double

Ez

Displacement in global z

public double Ez { get; }

Property Value

double

Fix

Rotation around global x

public double Fix { get; }

Property Value

double

Fiy

Rotation around global y

public double Fiy { get; }

Property Value

double

Fiz

Rotation around global z

public double Fiz { get; }

Property Value

double

Id

Shell name identifier

public string Id { get; }

Property Value

string

NodeId

Finite element node id

public int? NodeId { get; }

Property Value

int?

Methods

DeconstructShellDisplacement(List<ShellDisplacement>, 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> DeconstructShellDisplacement(List<ShellDisplacement> Result, string LoadCase)

Parameters

Result List<ShellDisplacement>
LoadCase string

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string