Click or drag to resize

ModelElementStraightLineminmaxEpsX Method

determine extreme axial strains in model for the currently visible loadcase.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public override void minmaxEpsX(
	ref double minEpsX,
	ref double maxEpsX,
	Model model,
	LCSuperPosition lc_super_pos
)

Parameters

minEpsX
Type: SystemDouble
ref: resulting minimum strain.
maxEpsX
Type: SystemDouble
ref: resulting maximum strain.
model
Type: Karamba.ModelsModel
model for which to retrieve the results.
lc_super_pos
Type: Karamba.Loads.CombinationsLCSuperPosition
factors for load-case super imposition.
See Also