Click or drag to resize

CableSuperElementGetAxialForceForLoadCase Method

3D Frame Analysis Library
Gets the axial force at the given location

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public void GetAxialForceForLoadCase(
	double Loc,
	string LoadCaseName,
	out double MinValue,
	out double MaxValue,
	int stepNr
)

Parameters

Loc
Type: SystemDouble
Location to calculate internal forces at (refers to unstressed cable condition)
LoadCaseName
Type: SystemString
Load case name
MinValue
Type: SystemDouble
Minimum value
MaxValue
Type: SystemDouble
Maximum value
stepNr
Type: SystemInt32
Step number, needed for time history and geometric non linear analysis only
See Also