Click or drag to resize

ModelElementGetCrossSectionsStates_OLD Method

Determines the states in predefined discrete points of the element.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public abstract ElementStates_OLD GetCrossSectionsStates_OLD(
	Model model,
	LCSuperPosition lc_super_pos,
	bool disp = false
)

Parameters

model
Type: Karamba.ModelsModel
model which contains the element.
lc_super_pos
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
disp (Optional)
Type: SystemBoolean
true if results are to be drawn at the displaced position.

Return Value

Type: ElementStates_OLD
element states object.
See Also