Click or drag to resize

ModelElementStraightLinegetElementStates Method

determines the states in discrete points of the element

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override ElementStates getElementStates(
	Model model,
	int lc,
	bool displaced = false
)

Parameters

model
Type: Karamba.ModelsModel
model which contains the element
lc
Type: SystemInt32
zero based index of loadcase to be considered
displaced (Optional)
Type: SystemBoolean

[Missing <param name="displaced"/> documentation for "M:Karamba.Elements.ModelElementStraightLine.getElementStates(Karamba.Models.Model,System.Int32,System.Boolean)"]

Return Value

Type: ElementStates
element states object
See Also