Click or drag to resize

StrainLoadAddToFebElementInLC Method

Adds this ElementLoad instance to a Element in given load-case that lies inside a LCCombiCollector.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
protected override void AddToFebElementInLC(
	Element feElem,
	double feElemLength,
	int lc
)

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