StateSelectorSet(Model, String, Boolean, Boolean) Constructor

Initializes a new instance of the StateSelectorSet class. Create a new selector set with default selectors.

Definition

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

Parameters

model  Model
Model for which to add the selector.
loadCaseCombiNameOrIndex  String
Load case combination name to be used.
minimize  Boolean
true if selector shall minimize result.
maximize  Boolean
true if the selector shall maximize results.

See Also