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.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public StateSection2DSelectorMinMaxAll(
Model model,
string loadCaseCombinationNameOrIndex,
bool minimize,
bool maximize
)
Public Sub New (
model As Model,
loadCaseCombinationNameOrIndex As String,
minimize As Boolean,
maximize As Boolean
)
public:
StateSection2DSelectorMinMaxAll(
Model^ model,
String^ loadCaseCombinationNameOrIndex,
bool minimize,
bool maximize
)
new :
model : Model *
loadCaseCombinationNameOrIndex : string *
minimize : bool *
maximize : bool -> StateSection2DSelectorMinMaxAll
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.