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