ConcentratedLoadAddToFebElementInLC Method

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

Definition

Namespace: Karamba.Loads.Beam
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected override void AddToFebElementInLC(
	Element fe_elem,
	double elementLength,
	VectIndexes lcInds,
	VectReal lcFactors
)

Parameters

fe_elem  Element
feb-Element where to add the load.
elementLength  Double
Length of the element.
lcInds  VectIndexes
Indexes of load-cases to add the load to.
lcFactors  VectReal
Factors for adding loads to load-cases.

See Also