StateElement1DNone 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 StateElement1DNone(
	Model model,
	ModelElementStraightLine element,
	double position,
	bool isCurveReparametrized,
	bool maximize
)

Parameters

model  Model

[Missing <param name="model"/> documentation for "M:Karamba.Elements.States.StateElement1DNone.#ctor(Karamba.Models.Model,Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean)"]

element  ModelElementStraightLine

[Missing <param name="element"/> documentation for "M:Karamba.Elements.States.StateElement1DNone.#ctor(Karamba.Models.Model,Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean)"]

position  Double

[Missing <param name="position"/> documentation for "M:Karamba.Elements.States.StateElement1DNone.#ctor(Karamba.Models.Model,Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean)"]

isCurveReparametrized  Boolean

[Missing <param name="isCurveReparametrized"/> documentation for "M:Karamba.Elements.States.StateElement1DNone.#ctor(Karamba.Models.Model,Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean)"]

maximize  Boolean

[Missing <param name="maximize"/> documentation for "M:Karamba.Elements.States.StateElement1DNone.#ctor(Karamba.Models.Model,Karamba.Elements.ModelElementStraightLine,System.Double,System.Boolean,System.Boolean)"]

See Also