Click or drag to resize

SuperNodeGetSpringReactionsForLoadCase Method

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

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public void GetSpringReactionsForLoadCase(
	string LoadCaseName,
	out double[] MinValues,
	out double[] MaxValues,
	int stepNr
)

Parameters

LoadCaseName
Type: SystemString
Load case name
MinValues
Type: SystemDouble
Minimum values
MaxValues
Type: SystemDouble
Maximum values
stepNr
Type: SystemInt32
Step number, needed only for time history analysis or geometric non linear analyses
See Also