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: 1.0.0.0 (1.0.0.0)
Syntax
public override void minmaxEpsX(
	ref double minEpsX,
	ref double maxEpsX,
	Model model
)

Parameters

minEpsX
Type: SystemDouble
ref: resulting minimum strain
maxEpsX
Type: SystemDouble
ref: resulting maximum strain
model
Type: Karamba.ModelsModel
model to which the element belongs
See Also