IStateSelectorAddTo Method

Clones and adds the given state selector to the set of selectors if the tag matches the state selector at hand.

Definition

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

Parameters

selectorSet  StateSelectorSet
Set of selectors to potentially add to.
model  Model
Model for which to do the selection.
loadCaseCombinationName  String
Name of the load-case-combination to select from.
minimize  Boolean
True if selector shall minimize the result.
maximize  Boolean
True if selector shall maximize the result.
tag  String
Tag to determine the flavor of selector to add.

See Also