StateNodeSelectorMinMaxAllAddTo(StateSelectorSet, Model, StateNodeOption, String, Boolean, Boolean) Method
Adds a new selector to the set of selectors.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
protected override void AddTo(
StateSelectorSet selectorSet,
Model model,
StateNodeOption resultType,
string loadCaseCombinationName,
bool minimize,
bool maximize
)
Protected Overrides Sub AddTo (
selectorSet As StateSelectorSet,
model As Model,
resultType As StateNodeOption,
loadCaseCombinationName As String,
minimize As Boolean,
maximize As Boolean
)
protected:
virtual void AddTo(
StateSelectorSet^ selectorSet,
Model^ model,
StateNodeOption resultType,
String^ loadCaseCombinationName,
bool minimize,
bool maximize
) override
abstract AddTo :
selectorSet : StateSelectorSet *
model : Model *
resultType : StateNodeOption *
loadCaseCombinationName : string *
minimize : bool *
maximize : bool -> unit
override AddTo :
selectorSet : StateSelectorSet *
model : Model *
resultType : StateNodeOption *
loadCaseCombinationName : string *
minimize : bool *
maximize : bool -> unit
Parameters
- selectorSet StateSelectorSet
- Set of all selectors.
- model Model
- Model from where to select.
- resultType StateNodeOption
- Result for selection.
- loadCaseCombinationName String
- Name of the load case combination to select from.
- minimize Boolean
- True if the maximum of a result value is to be found. If Maximize is also true then the result with the largest absolute value is sought.
- maximize Boolean
- True if the maximum of a result value is to be found. If Minimize is also true then the result with the largest absolute value is sought.