|
ModelBeamaddTo 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 override void addTo(
Model fe_model,
int numLC,
int id_num
)
Public Overrides Sub addTo (
fe_model As Model,
numLC As Integer,
id_num As Integer
)
public:
virtual void addTo(
Model^ fe_model,
int numLC,
int id_num
) override
abstract addTo :
fe_model : Model *
numLC : int *
id_num : int -> unit
override addTo :
fe_model : Model *
numLC : int *
id_num : int -> unit
Parameters
- fe_model
- Type: Model
[Missing <param name="fe_model"/> documentation for "M:Karamba.Elements.ModelBeam.addTo(feb.Model,System.Int32,System.Int32)"]
- numLC
- Type: SystemInt32
number of load cases in the model - id_num
- Type: SystemInt32
identification number of the element
See Also