Click or drag to resize

ModelShellmaxCroSecForceOutput 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: 1.0.0.0 (1.0.0.0)
Syntax
public override double maxCroSecForceOutput(
	Model model,
	double max_val,
	ElementStates elem_states
)

Parameters

model
Type: Karamba.ModelsModel
model to which this element belongs
max_val
Type: SystemDouble
maximum value encounterd up to now
elem_states
Type: Karamba.ElementsElementStates
state information of the element

Return Value

Type: Double
new maximum value or max_val
See Also