StateSelectorIndexinit Method
Initialize a new instance of the
StateSelectorIndex class.
Creates a load-case selector which selects a load-case of a given load-case-combination and index offset.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected void init(
Model model,
LoadCaseCombination loadCaseCombination,
int indexOffset
)
Protected Sub init (
model As Model,
loadCaseCombination As LoadCaseCombination,
indexOffset As Integer
)
protected:
void init(
Model^ model,
LoadCaseCombination^ loadCaseCombination,
int indexOffset
)
member init :
model : Model *
loadCaseCombination : LoadCaseCombination *
indexOffset : int -> unit
Parameters
- model Model
- Load-case activation object of the model.
- loadCaseCombination LoadCaseCombination
- load-case-combination to start counting from.
- indexOffset Int32
- Offset of the load-case to chose.