StateElement1DSelectorMinMaxAll(Model, Element1DOption, String, Boolean, Boolean) Constructor
Initializes a new instance of the
StateElement1DSelectorMinMaxAll 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 StateElement1DSelectorMinMaxAll(
Model model,
Element1DOption leadingResultType,
string loadCaseCombinationNameOrIndex,
bool minimize,
bool maximize
)
Public Sub New (
model As Model,
leadingResultType As Element1DOption,
loadCaseCombinationNameOrIndex As String,
minimize As Boolean,
maximize As Boolean
)
public:
StateElement1DSelectorMinMaxAll(
Model^ model,
Element1DOption leadingResultType,
String^ loadCaseCombinationNameOrIndex,
bool minimize,
bool maximize
)
new :
model : Model *
leadingResultType : Element1DOption *
loadCaseCombinationNameOrIndex : string *
minimize : bool *
maximize : bool -> StateElement1DSelectorMinMaxAll
Parameters
- model Model
- Model from which to select states.
- leadingResultType Element1DOption
- Result type to be maximized or minimized.
- loadCaseCombinationNameOrIndex String
- Name of the load-case-combination to search through ot its 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.