Click or drag to resize

ElementLoadAddToFebElementInLC 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 abstract void AddToFebElementInLC(
	Element fe_elem,
	double fe_elem_length,
	int lc
)

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