Click or drag to resize

ModelElementaddTo Method

create feb-element and add it to the feb-model.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract void addTo(
	Model feb_model,
	LCCombiCollector lcIndexer,
	int id_num
)

Parameters

feb_model
Type: Model
feb-model to receive the feb-element.
lcIndexer
Type: Karamba.Loads.CombinationsLCCombiCollector
indexer for load-case names.
id_num
Type: SystemInt32
identification number of the element.
See Also