StateSupport0D Constructor

Initializes a new instance of the StateSupport0D class.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StateSupport0D(
	Support support,
	Model model,
	IEnumerable<LoadCase> lCases,
	bool minimize,
	bool maximize
)

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.

See Also