Click or drag to resize

ModelBeamfinite_element Method

Create an feb-element for the feb-model.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override Element finite_element(
	Model fe_model,
	List<Node> nodes,
	LCCombiCollector lcIndexer,
	int id_num
)

Parameters

fe_model
Type: Model
feb-model to which the element will belong.
nodes
Type: System.Collections.GenericListNode
boundary nodes of the element.
lcIndexer
Type: Karamba.Loads.CombinationsLCCombiCollector
indexer for load-case names.
id_num
Type: SystemInt32
identification number of the element in the feb-model.

Return Value

Type: Element
Created feb-element.
See Also