Table of Contents

Class FemBar

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Node" result

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

Properties

ElementId

Element Index

public int ElementId { get; }

Property Value

int

Id

Element Name Identifier

public string Id { get; }

Property Value

string

Nodei

X-coordinate

public int Nodei { get; }

Property Value

int

Nodej

Y-coordinate

public int Nodej { get; }

Property Value

int

Methods

DeconstructFeaBar(List<FemBar>)

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> DeconstructFeaBar(List<FemBar> Result)

Parameters

Result List<FemBar>

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string