IStateNodeSelectorGetState Method
Get a point-state based on a given criteria.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
IStateNode GetState(
Model model,
Node node,
out LoadCase leadingLoadCase,
out int leadingLoadCaseInd
)
Function GetState (
model As Model,
node As Node,
<OutAttribute> ByRef leadingLoadCase As LoadCase,
<OutAttribute> ByRef leadingLoadCaseInd As Integer
) As IStateNode
IStateNode^ GetState(
Model^ model,
Node^ node,
[OutAttribute] LoadCase^% leadingLoadCase,
[OutAttribute] int% leadingLoadCaseInd
)
abstract GetState :
model : Model *
node : Node *
leadingLoadCase : LoadCase byref *
leadingLoadCaseInd : int byref -> IStateNode
- 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.
IStateNodePoint-state at the given position on the given element based on given criteria.