ModelTrussaddTo Method

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

Definition

Namespace: Karamba.Elements
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override void addTo(
	Model fe_model,
	LoadCaseActivation lcActivation,
	int id_num
)

Parameters

fe_model  Model

[Missing <param name="fe_model"/> documentation for "M:Karamba.Elements.ModelTruss.addTo(feb.Model,Karamba.Loads.Combination.LoadCaseActivation,System.Int32)"]

lcActivation  LoadCaseActivation
activation state of the load-cases for analysis.
id_num  Int32
identification number of the element.

See Also