public StateElement1D(
Model model,
IReadOnlyList<LoadCase> loadCases,
ModelElementStraightLine element,
double position,
bool isCurveReparametrized,
bool minimize = true,
bool maximize = true
)
Public Sub New (
model As Model,
loadCases As IReadOnlyList(Of LoadCase),
element As ModelElementStraightLine,
position As Double,
isCurveReparametrized As Boolean,
Optional minimize As Boolean = true,
Optional maximize As Boolean = true
)
public:
StateElement1D(
Model^ model,
IReadOnlyList<LoadCase^>^ loadCases,
ModelElementStraightLine^ element,
double position,
bool isCurveReparametrized,
bool minimize = true,
bool maximize = true
)
new :
model : Model *
loadCases : IReadOnlyList<LoadCase> *
element : ModelElementStraightLine *
position : float *
isCurveReparametrized : bool *
?minimize : bool *
?maximize : bool
(* Defaults:
let _minimize = defaultArg minimize true
let _maximize = defaultArg maximize true
*)
-> StateElement1D
[Missing <param name="model"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="loadCases"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="element"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="position"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="isCurveReparametrized"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="minimize"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]
[Missing <param name="maximize"/> documentation for "M:Karamba.Elements.States.StateElement1D.#ctor(Karamba.Models.Model,System.Collections.Generic.IReadOnlyList{Karamba.Loads.Combination.LoadCase},Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean,System.Boolean)"]