Click or drag to resize

ConcentratedLoadAddToFebElementInLC Method

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

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

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