|
ElementLoadAddToFebElementInLC Method
|
Namespace:
Karamba.Loads
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected abstract void AddToFebElementInLC(
Element fe_elem,
double fe_elem_length,
int lc
)
Protected MustOverride Sub AddToFebElementInLC (
fe_elem As Element,
fe_elem_length As Double,
lc As Integer
)
protected:
virtual void AddToFebElementInLC(
Element^ fe_elem,
double fe_elem_length,
int lc
) abstract
abstract AddToFebElementInLC :
fe_elem : Element *
fe_elem_length : float *
lc : int -> unit
Parameters
- fe_elem
- Type: Element
feb-Element where to add the load. - fe_elem_length
- Type: SystemDouble
Length of the element. - lc
- Type: SystemInt32
Name of the load-case.
See Also