StateElement2DSelectorMinMaxAllAddTo(StateSelectorSet, Model, Element2DResultOption, String, Boolean, Boolean) Method

Adds a new selector to the set of selectors.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected override void AddTo(
	StateSelectorSet selectorSet,
	Model model,
	Element2DResultOption resultResultOption,
	string loadCaseCombinationName,
	bool minimize,
	bool maximize
)

Parameters

selectorSet  StateSelectorSet
Set of all selectors.
model  Model
Model from where to select.
resultResultOption  Element2DResultOption
Result specifier.
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.

See Also