Class LineConnectionElement
FemDesign "Shell" result
[Result(typeof(LineConnectionElement), new ListProc[] { ListProc.FemLineConnection })]
public class LineConnectionElement : IResult
- Inheritance
-
LineConnectionElement
- 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
Methods
ToString()
public override string ToString()