Click or drag to resize

ModelElementgetElementStates 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 abstract ElementStates getElementStates(
	Model model,
	int lc,
	bool disp = false
)

Parameters

model
Type: Karamba.ModelsModel
model which contains the element
lc
Type: SystemInt32
zero based index of loadcase to be considered
disp (Optional)
Type: SystemBoolean
true if results are to be drawn at the displaced position

Return Value

Type: ElementStates
element states object
See Also