UtilsGetFebLoadCaseCombinationIndex Method

create a new feb load case combination based on the given list of load-case-combinations.

Definition

Namespace: Karamba.Utilities
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public static int GetFebLoadCaseCombinationIndex(
	IEnumerable<string> lCaseCombiThIINames,
	Model febmodel,
	LoadCaseActivation lcActivation
)

Parameters

lCaseCombiThIINames  IEnumerableString
List of load-case-combination names. In case of an empty list all load-cases in the model are selected.
febmodel  Model
Model where to add the feb-load-case-combination.
lcActivation  LoadCaseActivation
The model's current load-case activation.

Return Value

Int32
index of new feb-load-case-combination.

See Also