StateElement1DSelectorIndex(Model, LoadCaseCombination, Int32) Constructor
Initializes a new instance of the
StateElement1DSelectorIndex 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
public StateElement1DSelectorIndex(
Model model,
LoadCaseCombination loadCaseCombination,
int indexOffset = 0
)
Public Sub New (
model As Model,
loadCaseCombination As LoadCaseCombination,
Optional indexOffset As Integer = 0
)
public:
StateElement1DSelectorIndex(
Model^ model,
LoadCaseCombination^ loadCaseCombination,
int indexOffset = 0
)
new :
model : Model *
loadCaseCombination : LoadCaseCombination *
?indexOffset : int
(* Defaults:
let _indexOffset = defaultArg indexOffset 0
*)
-> StateElement1DSelectorIndex
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.