|
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)
Syntaxpublic abstract void addTo(
Model feb_model,
int numLC,
int id_num
)
Public MustOverride Sub addTo (
feb_model As Model,
numLC As Integer,
id_num As Integer
)
public:
virtual void addTo(
Model^ feb_model,
int numLC,
int id_num
) abstract
abstract addTo :
feb_model : Model *
numLC : int *
id_num : int -> unit
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