StateSupport0DSelectorMinMaxAll(Model, StateSupportOption, String, Boolean, Boolean) Constructor

Initializes a new instance of the StateSupport0DSelectorMinMaxAll class. Creates a load-case selector which selects a load-case of a given load-case-combination name or index. If neither minimize nor maximize is true all load cases of the LCC are returned.

Definition

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

Parameters

model  Model
Model from which to select states.
leadingResultType  StateSupportOption
Result type to be maximized or minimized.
loadCaseCombinationNameOrIndex  String
Name of the load-case-combination to search through.
minimize  Boolean
True if the minimum of a result value is to be found.
maximize  Boolean
True if the maximum of a result value is to be found.

See Also