Click or drag to resize

ModelElementStraightLineGetCrossSectionsStates_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)
Syntax
public override ElementStates_OLD GetCrossSectionsStates_OLD(
	Model model,
	LCSuperPosition lc_super_pos,
	bool displaced = false
)

Parameters

model
Type: Karamba.ModelsModel
model which contains the element.
lc_super_pos
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
displaced (Optional)
Type: SystemBoolean

[Missing <param name="displaced"/> documentation for "M:Karamba.Elements.ModelElementStraightLine.GetCrossSectionsStates_OLD(Karamba.Models.Model,Karamba.Loads.Combinations.LCSuperPosition,System.Boolean)"]

Return Value

Type: ElementStates_OLD
element states object.
See Also