|
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)
Syntaxpublic abstract ElementStates_OLD GetCrossSectionsStates_OLD(
Model model,
LCSuperPosition lc_super_pos,
bool disp = false
)
Public MustOverride Function GetCrossSectionsStates_OLD (
model As Model,
lc_super_pos As LCSuperPosition,
Optional disp As Boolean = false
) As ElementStates_OLD
public:
virtual ElementStates_OLD^ GetCrossSectionsStates_OLD(
Model^ model,
LCSuperPosition^ lc_super_pos,
bool disp = false
) abstract
abstract GetCrossSectionsStates_OLD :
model : Model *
lc_super_pos : LCSuperPosition *
?disp : bool
(* Defaults:
let _disp = defaultArg disp false
*)
-> ElementStates_OLD
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_OLDelement states object.
See Also