Click or drag to resize

ModelElementscaledStateAtT 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 scaledStateAtT(
	Element element,
	double t,
	LCSuperPosition lc_super_pos,
	Model model
)

Parameters

element
Type: Element
feb-element to be considered.
t
Type: SystemDouble
position along element axis (0..start, 1..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