Click or drag to resize

SuperNodeGetSpringReactionsForLoadCombination Method

3D Frame Analysis Library
Gets nodal spring reactions with respect to the global coordinate system for the specified load combination

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public void GetSpringReactionsForLoadCombination(
	LoadCombination comb,
	out double[] MinValues,
	out double[] MaxValues
)

Parameters

comb
Type: Frame3DLoadCombination
LoadCombination object
MinValues
Type: SystemDouble
Minimum values
MaxValues
Type: SystemDouble
Maximum values
See Also