StateElement2D Constructor

Initializes a new instance of the StateElement2D class. The leading result needs to be set in a second step.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
protected StateElement2D(
	Model model,
	IReadOnlyList<LoadCase> loadCases,
	ModelMembrane membrane,
	bool minimize,
	bool maximize
)

Parameters

model  Model
Model from which to derive the state.
loadCases  IReadOnlyListLoadCase
List of load case for which to retrieve the states.
membrane  ModelMembrane
Model element to get state for.
minimize  Boolean
True if results need to be minimized.
maximize  Boolean
True if results need to be maximized.

See Also