StateSelectorMinMaxAllTResType, TStateAddTo(StateSelectorSet, Model, String, Boolean, Boolean, String) Method
Add new selector to set of selectors in case it matches the tag.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public virtual void AddTo(
StateSelectorSet selectorSet,
Model model,
string loadCaseCombinationName,
bool minimize,
bool maximize,
string tag
)
Public Overridable Sub AddTo (
selectorSet As StateSelectorSet,
model As Model,
loadCaseCombinationName As String,
minimize As Boolean,
maximize As Boolean,
tag As String
)
public:
virtual void AddTo(
StateSelectorSet^ selectorSet,
Model^ model,
String^ loadCaseCombinationName,
bool minimize,
bool maximize,
String^ tag
)
abstract AddTo :
selectorSet : StateSelectorSet *
model : Model *
loadCaseCombinationName : string *
minimize : bool *
maximize : bool *
tag : string -> unit
override AddTo :
selectorSet : StateSelectorSet *
model : Model *
loadCaseCombinationName : string *
minimize : bool *
maximize : bool *
tag : string -> unit
Parameters
- selectorSet StateSelectorSet
- Set to add the selector to in case of a match.
- model Model
- Model to select from.
- loadCaseCombinationName String
- Name of load case combination to select from.
- minimize Boolean
- true if the results need to be minimized.
- maximize Boolean
- true if the results need to be maximized.
- tag String
- description of the selection to be performed.