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