Click or drag to resize

ElementLoadAddToFebElement Method

Add this ElementLoad instance to a Elementn.

Namespace:  Karamba.Loads
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual void AddToFebElement(
	Element febElement,
	double febElementLength,
	LCCombiCollector lcIndexer
)

Parameters

febElement
Type: Element
Feb-element on which the load gets added.
febElementLength
Type: SystemDouble
Length of the feb-element on which the load gets added.
lcIndexer
Type: Karamba.Loads.CombinationsLCCombiCollector
Indexer for load-case names.
See Also