Click or drag to resize

FrameSuperElement.GetWinklerSpringReactionsForLoadCombination Method

3D Frame Analysis Library
Gets the winkler spring reactions for the specified load combination

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

Parameters

Loc
Type: System.Double
Location to calculate winkler spring reactions at
comb
Type: Frame3D.LoadCombination
Load combination object
MinValues
Type:System.Double[]
Minimum values for the given load combination
MaxValues
Type:System.Double[]
Maximum values for the given load combination
See Also