Click or drag to resize

ModelElementscaledState Method

return scaled state at given element, location; superimpose loadcases if lc_num is smaller than 0; unscaled load-case for lc_num % model.numLC if lc_num >= model.numLC (is used for retrieval of beam results).

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public virtual PointState scaledState(
	Element element,
	double pos,
	LCSuperPosition lc_super_pos,
	Model model
)

Parameters

element
Type: Element
feb-element to be considered.
pos
Type: SystemDouble
position along element axis (0..start, undeformed length..end).
lc_super_pos
Type: Karamba.Loads.CombinationsLCSuperPosition
SuperPosition rule for load-cases.
model
Type: Karamba.ModelsModel
model this element belongs to.

Return Value

Type: PointState
scaled feb-point-state.
See Also