StateSupport0D Constructor
Namespace: Karamba.Elements.StatesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public StateSupport0D(
Support support,
Model model,
IEnumerable<LoadCase> lCases,
bool minimize,
bool maximize
)
Public Sub New (
support As Support,
model As Model,
lCases As IEnumerable(Of LoadCase),
minimize As Boolean,
maximize As Boolean
)
public:
StateSupport0D(
Support^ support,
Model^ model,
IEnumerable<LoadCase^>^ lCases,
bool minimize,
bool maximize
)
new :
support : Support *
model : Model *
lCases : IEnumerable<LoadCase> *
minimize : bool *
maximize : bool -> StateSupport0D
Parameters
- support Support
- Support to be considered.
- model Model
- Model which the support belongs to.
- lCases IEnumerableLoadCase
- Load cases to be considered.
- minimize Boolean
- True if the maximum of a result value is to be found. If Maximize is also true then the result with the largest absolute value is sought.
- maximize Boolean
- True if the maximum of a result value is to be found. If Minimize is also true then the result with the largest absolute value is sought.