StateElement1D Constructor

State at a point on a 1D-element.

Definition

Namespace: Karamba.Elements.States
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public StateElement1D(
	Model model,
	IReadOnlyList<LoadCase> loadCases,
	ModelElementStraightLine element,
	double position,
	bool isCurveReparametrized,
	bool minimize = true,
	bool maximize = true
)

Parameters

model  Model

[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)"]

loadCases  IReadOnlyListLoadCase

[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)"]

element  ModelElementStraightLine

[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)"]

position  Double

[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)"]

isCurveReparametrized  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)"]

minimize  Boolean  (Optional)

[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)"]

maximize  Boolean  (Optional)

[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)"]

See Also