StateSelectorMinMaxAllTResType, TStateAddTo(StateSelectorSet, Model, TResType, String, Boolean, Boolean) Method

Add selector to the selector set.

Definition

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

Parameters

selectorSet  StateSelectorSet
Selector set to add to.
model  Model
Model to select from.
resultType  TResType
Type of result to minimize/maximize.
loadCaseCombinationName  String
Name of the load case combination to select from.
minimize  Boolean
True if result is to be minimized.
maximize  Boolean
True if result is to be maximized.

See Also