Click or drag to resize

ModelElementStraightLinefinite_element Method

return a feb-element for FE-analysis

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public abstract Element finite_element(
	Model feb_model,
	List<Node> nodes,
	int numLC,
	int id_num
)

Parameters

feb_model
Type: Model
feb-model for which the element is created
nodes
Type: System.Collections.GenericListNode
list of feb-nodes
numLC
Type: SystemInt32
number of load cases of the element loads
id_num
Type: SystemInt32
identification number of the feb-element

Return Value

Type: Element

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

See Also