Class PointConnectionElement
FemDesign "Shell" result
[Result(typeof(PointConnectionElement), new ListProc[] { ListProc.FemPointConnection })]
public class PointConnectionElement : IResult
- Inheritance
-
PointConnectionElement
- Implements
- Inherited Members
- Extension Methods
Properties
ElementId
Connection Element Index
public int ElementId { get; }
Property Value
Id
Connection name identifier
public string Id { get; }
Property Value
Node1
Point Connection Connectivity
public int Node1 { get; }
Property Value
Node1Prime
Point Connection Connectivity
public int Node1Prime { get; }
Property Value
Methods
ToString()
public override string ToString()