Click or drag to resize

ModelElementscaledState Method

return scaled state at given element, location; superimpose loadcases if lc_num is smaller than 0; unscaled loadcase 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: 1.0.0.0 (1.0.0.0)
Syntax
public virtual PointState scaledState(
	Element element,
	double pos,
	int lc_num,
	Model model
)

Parameters

element
Type: Element
feb-element to be considered
pos
Type: SystemDouble
position along element axis (0..start, 1..end)
lc_num
Type: SystemInt32
load case number; superimpose loadcases if lc_num; unscaled loadcase for lc_num % model.numLC if lc_num >= model.numLC
model
Type: Karamba.ModelsModel
model this element belongs to

Return Value

Type: PointState
scaled feb-point-state
See Also