|
ConcentratedLoadAddToFebElementInLC Method
|
Namespace:
Karamba.Loads.Beam
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxprotected override void AddToFebElementInLC(
Element fe_elem,
double elementLength,
int lc
)
Protected Overrides Sub AddToFebElementInLC (
fe_elem As Element,
elementLength As Double,
lc As Integer
)
protected:
virtual void AddToFebElementInLC(
Element^ fe_elem,
double elementLength,
int lc
) override
abstract AddToFebElementInLC :
fe_elem : Element *
elementLength : float *
lc : int -> unit
override AddToFebElementInLC :
fe_elem : Element *
elementLength : float *
lc : int -> unit
Parameters
- fe_elem
- Type: Element
feb-Element where to add the load. - elementLength
- Type: SystemDouble
[Missing <param name="elementLength"/> documentation for "M:Karamba.Loads.Beam.ConcentratedLoad.AddToFebElementInLC(feb.Element,System.Double,System.Int32)"]
- lc
- Type: SystemInt32
Name of the load-case.
See Also