Class FemBar
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
Id
Element Name Identifier
public string Id { get; }
Property Value
Nodei
X-coordinate
public int Nodei { get; }
Property Value
Nodej
Y-coordinate
public int Nodej { get; }
Property Value
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
Returns
ToString()
public override string ToString()