Click or drag to resize

ModelElementStraightLinemaxCroSecForceOutput Method

Returns the resultant value of the largest cross section force output. Can e.g. be used to scale graphical output.

Namespace:  Karamba.Elements
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double maxCroSecForceOutput(
	Model model,
	double maxValue,
	Element1DStatesCollection statesCollection
)

Parameters

model
Type: Karamba.ModelsModel
Model to which this element belongs.
maxValue
Type: SystemDouble
Maximum value encounterd up to now.
statesCollection
Type: Karamba.ElementsElement1DStatesCollection
Element1DStatesCollection of the element.

Return Value

Type: Double
new maximum value or max_val.
See Also