Click or drag to resize

ModelElementStraightLineGetElementState Method

Return an Element1DState.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Element1DState GetElementState(
	Model model,
	LCSuperPosition lcSuperPosition,
	double position
)

Parameters

model
Type: Karamba.ModelsModel
Model for which to retrieve the states.
lcSuperPosition
Type: Karamba.Loads.CombinationsLCSuperPosition
?????.
position
Type: SystemDouble
Position of the state.

Return Value

Type: Element1DState

[Missing <returns> documentation for "M:Karamba.Elements.ModelElementStraightLine.GetElementState(Karamba.Models.Model,Karamba.Loads.Combinations.LCSuperPosition,System.Double)"]

See Also