Table of Contents

Class FemShell

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Shell" result

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

Properties

ElementId

Shell Element Index

public int ElementId { get; }

Property Value

int

Id

Shell name identifier

public string Id { get; }

Property Value

string

Node1

Shell Connectivity Node i-1

public int Node1 { get; }

Property Value

int

Node2

Shell Connectivity Node i-2

public int Node2 { get; }

Property Value

int

Node3

Shell Connectivity Node i-3

public int Node3 { get; }

Property Value

int

Node4

Shell Connectivity Node i-4

public int Node4 { get; }

Property Value

int

Methods

DeconstructFeaShell(List<FemShell>)

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> DeconstructFeaShell(List<FemShell> Result)

Parameters

Result List<FemShell>

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string