Click or drag to resize

ModelElementStraightLineGetElementStates Method

Return a collection of Element1DState/.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Element1DStatesCollection GetElementStates(
	Model model,
	LCSuperPosition lcSuperPosition,
	IEnumerable<double> positions,
	bool withVisualDisplacementScale = true
)

Parameters

model
Type: Karamba.ModelsModel
Model for which to retrieve the states.
lcSuperPosition
Type: Karamba.Loads.CombinationsLCSuperPosition
?????.
positions
Type: System.Collections.GenericIEnumerableDouble
parameter positions (0 smaller than t smaller than 1) of the states.
withVisualDisplacementScale (Optional)
Type: SystemBoolean
if true the displacements get scaled with the factor for displacement visualization.

Return Value

Type: Element1DStatesCollection

[Missing <returns> documentation for "M:Karamba.Elements.ModelElementStraightLine.GetElementStates(Karamba.Models.Model,Karamba.Loads.Combinations.LCSuperPosition,System.Collections.Generic.IEnumerable{System.Double},System.Boolean)"]

See Also