StateElement2DSelectorIndex(Model, LoadCaseCombination, Int32) Constructor

Initializes a new instance of the StateElement2DSelectorIndex class. Creates a load-case selector which selects a load-case of a given load-case-combination and index offset.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StateElement2DSelectorIndex(
	Model model,
	LoadCaseCombination loadCaseCombination,
	int indexOffset = 0
)

Parameters

model  Model
Load-case activation object of the model.
loadCaseCombination  LoadCaseCombination
load-case-combination to start counting from.
indexOffset  Int32  (Optional)
Offset of the load-case to chose.

See Also