Class FemNode
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
X
X-coordinate
public double X { get; }
Property Value
Y
Y-coordinate
public double Y { get; }
Property Value
Z
Z-coordinate
public double Z { get; }
Property Value
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
Returns
ToString()
public override string ToString()