|
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)
Syntaxpublic virtual PointState scaledStateAtT(
Element element,
double t,
LCSuperPosition lc_super_pos,
Model model
)
Public Overridable Function scaledStateAtT (
element As Element,
t As Double,
lc_super_pos As LCSuperPosition,
model As Model
) As PointState
public:
virtual PointState^ scaledStateAtT(
Element^ element,
double t,
LCSuperPosition^ lc_super_pos,
Model^ model
)
abstract scaledStateAtT :
element : Element *
t : float *
lc_super_pos : LCSuperPosition *
model : Model -> PointState
override scaledStateAtT :
element : Element *
t : float *
lc_super_pos : LCSuperPosition *
model : Model -> PointState
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:
PointStatescaled feb-point-state.
See Also