StateSection2DSelectorMinMaxAll(Model, String, Boolean, Boolean) Constructor

Initializes a new instance of the StateSection2DSelectorMinMaxAll 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 StateSection2DSelectorMinMaxAll(
	Model model,
	string loadCaseCombinationNameOrIndex,
	bool minimize,
	bool maximize
)

Parameters

model  Model
Model from which to select states.
loadCaseCombinationNameOrIndex  String
Name of the load-case-combination to search through or a given index.
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