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

Add new selector to set of selectors in case it matches the tag.

Definition

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

Parameters

selectorSet  StateSelectorSet
Set to add the selector to in case of a match.
model  Model
Model to select from.
loadCaseCombinationName  String
Name of load case combination to select from.
minimize  Boolean
true if the results need to be minimized.
maximize  Boolean
true if the results need to be maximized.
tag  String
description of the selection to be performed.

See Also