|
ModelElementaddLoads Method
|
add loads connected to this element to its feb-element
Namespace:
Karamba.Elements
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected void addLoads(
Element feb_elem,
int numLC
)
Protected Sub addLoads (
feb_elem As Element,
numLC As Integer
)
protected:
void addLoads(
Element^ feb_elem,
int numLC
)
member addLoads :
feb_elem : Element *
numLC : int -> unit
Parameters
- feb_elem
- Type: Element
feb-element to be enriched - numLC
- Type: SystemInt32
load case if the attached loads
See Also