Table of Contents

Class FemNode

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll

FemDesign "Node" result

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

Properties

NodeId

Support name identifier

public int NodeId { get; }

Property Value

int

X

X-coordinate

public double X { get; }

Property Value

double

Y

Y-coordinate

public double Y { get; }

Property Value

double

Z

Z-coordinate

public double Z { get; }

Property Value

double

Methods

DeconstructFeaNode(List<FemNode>)

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> DeconstructFeaNode(List<FemNode> Result)

Parameters

Result List<FemNode>

Returns

Dictionary<string, object>

ToString()

public override string ToString()

Returns

string