Class FemShell
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
Id
Shell name identifier
public string Id { get; }
Property Value
Node1
Shell Connectivity Node i-1
public int Node1 { get; }
Property Value
Node2
Shell Connectivity Node i-2
public int Node2 { get; }
Property Value
Node3
Shell Connectivity Node i-3
public int Node3 { get; }
Property Value
Node4
Shell Connectivity Node i-4
public int Node4 { get; }
Property Value
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
Returns
ToString()
public override string ToString()