ModelElementStraightLinefinite_element Method

Return a feb-element for FE-analysis.

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public abstract Element finite_element(
	Model feb_model,
	List<Node> nodes,
	LoadCaseActivation lcActivation,
	int id_num
)

Parameters

feb_model  Model
feb-model for which the element is created.
nodes  ListNode
list of feb-nodes.
lcActivation  LoadCaseActivation
state of the load-case activation.
id_num  Int32
identification number of the feb-element.

Return Value

Element

[Missing <returns> documentation for "M:Karamba.Elements.ModelElementStraightLine.finite_element(feb.Model,System.Collections.Generic.List{feb.Node},Karamba.Loads.Combination.LoadCaseActivation,System.Int32)"]

See Also