StateElement1DSelectorMinMaxAllGetState Method
Get state for which a specific result values takes on an extreme value.
Namespace: Karamba.Elements.States.SelectorsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public IStateElement1D GetState(
double position,
ModelElementStraightLine element1D,
Model model,
bool isCurveReparametrized,
out LoadCase leadingLoadCase,
out int leadingLoadCaseInd
)
Public Function GetState (
position As Double,
element1D As ModelElementStraightLine,
model As Model,
isCurveReparametrized As Boolean,
<OutAttribute> ByRef leadingLoadCase As LoadCase,
<OutAttribute> ByRef leadingLoadCaseInd As Integer
) As IStateElement1D
public:
virtual IStateElement1D^ GetState(
double position,
ModelElementStraightLine^ element1D,
Model^ model,
bool isCurveReparametrized,
[OutAttribute] LoadCase^% leadingLoadCase,
[OutAttribute] int% leadingLoadCaseInd
) sealed
abstract GetState :
position : float *
element1D : ModelElementStraightLine *
model : Model *
isCurveReparametrized : bool *
leadingLoadCase : LoadCase byref *
leadingLoadCaseInd : int byref -> IStateElement1D
override GetState :
position : float *
element1D : ModelElementStraightLine *
model : Model *
isCurveReparametrized : bool *
leadingLoadCase : LoadCase byref *
leadingLoadCaseInd : int byref -> IStateElement1D
- position Double
- Position where to retrieve the result.
- element1D ModelElementStraightLine
- Element where to retrieve the results.
- model Model
- Model of the element.
- isCurveReparametrized Boolean
- True if position on element is parametrized from 0..1.
- 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.
IStateElement1DStates where the result values are extreme.
IStateElement1DSelectorGetState(Double, ModelElementStraightLine, Model, Boolean, LoadCase, Int32)