IStateNodeSelectorGetState Method

Get a point-state based on a given criteria.

Definition

Namespace: Karamba.Elements.States.Selectors
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
IStateNode GetState(
	Model model,
	Node node,
	out LoadCase leadingLoadCase,
	out int leadingLoadCaseInd
)

Parameters

model  Model
Model which the element belongs to.
node  Node
Node at which to retrieve results.
leadingLoadCase  LoadCase
Selected load case or null in case the state derives from multiple load cases.
leadingLoadCaseInd  Int32
Index of the selected load case or -1 in case the state derives from multiple load cases.

Return Value

IStateNode
Point-state at the given position on the given element based on given criteria.

See Also