Class FiniteElement
public class FiniteElement
- Inheritance
-
FiniteElement
- Inherited Members
- Extension Methods
Constructors
FiniteElement(List<FemNode>, List<FemBar>, List<FemShell>)
public FiniteElement(List<FemNode> femNode, List<FemBar> femBar, List<FemShell> femShell)
Parameters
Properties
FemBar
Fea Bar Object
public List<FemBar> FemBar { get; set; }
Property Value
FemLineConnection
Line connection elements
public List<LineConnectionElement> FemLineConnection { get; set; }
Property Value
FemLineSupport
Line connection elements
public List<LineSupportElement> FemLineSupport { get; set; }
Property Value
FemNode
Fea Nodes Object
public List<FemNode> FemNode { get; set; }
Property Value
FemPointConnection
Point connection elements
public List<PointConnectionElement> FemPointConnection { get; set; }
Property Value
FemPointSupport
Point connection elements
public List<PointSupportElement> FemPointSupport { get; set; }
Property Value
FemShell
Fea Shell Object
public List<FemShell> FemShell { get; set; }