Table of Contents

Class FiniteElement

Namespace
FemDesign.Results
Assembly
FemDesign.Core.dll
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

femNode List<FemNode>
femBar List<FemBar>
femShell List<FemShell>

Properties

FemBar

Fea Bar Object

public List<FemBar> FemBar { get; set; }

Property Value

List<FemBar>

FemLineConnection

Line connection elements

public List<LineConnectionElement> FemLineConnection { get; set; }

Property Value

List<LineConnectionElement>

FemLineSupport

Line connection elements

public List<LineSupportElement> FemLineSupport { get; set; }

Property Value

List<LineSupportElement>

FemNode

Fea Nodes Object

public List<FemNode> FemNode { get; set; }

Property Value

List<FemNode>

FemPointConnection

Point connection elements

public List<PointConnectionElement> FemPointConnection { get; set; }

Property Value

List<PointConnectionElement>

FemPointSupport

Point connection elements

public List<PointSupportElement> FemPointSupport { get; set; }

Property Value

List<PointSupportElement>

FemShell

Fea Shell Object

public List<FemShell> FemShell { get; set; }

Property Value

List<FemShell>