StateElement2DNodal Constructor

Initializes a new instance of the StateElement2DNodal class.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StateElement2DNodal(
	Model model,
	IReadOnlyList<LoadCase> loadCases,
	ModelMembrane membrane,
	ValueDistributionType valueDistTyp,
	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.
valueDistTyp  ValueDistributionType
Enum which governs the retrieval of nodal values from element results.
minimize  Boolean
True if results need to be minimized.
maximize  Boolean
True if results need to be maximized.

See Also