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
[Missing <param name="position"/> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]
[Missing <param name="element1D"/> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]
[Missing <param name="model"/> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]
[Missing <param name="isCurveReparametrized"/> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]
[Missing <param name="leadingLoadCase"/> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]
[Missing <param name="leadingLoadCaseInd"/> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]
[Missing <returns> documentation for "M:Karamba.Elements.States.Selectors.StateElement1DSelectorIndex.GetState(System.Double,Karamba.Elements.ModelElementStraightLine,Karamba.Models.Model,System.Boolean,Karamba.Loads.Combination.LoadCase@,System.Int32@)"]