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: 1.0.0.0 (1.0.0.0)
Syntax
public abstract void addTo(
	Model feb_model,
	int numLC,
	int id_num
)

Parameters

feb_model
Type: Model
feb-model to receive the feb-element
numLC
Type: SystemInt32
number of load cases in the model
id_num
Type: SystemInt32
identification number of the element
See Also