CableSuperElementGetAxialForceForLoadCombination Method |
3D Frame Analysis Library
Gets the axial force at the given location for the specified load combination
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetAxialForceForLoadCombination(
double Loc,
LoadCombination comb,
out double MinValue,
out double MaxValue
)
Public Sub GetAxialForceForLoadCombination (
Loc As Double,
comb As LoadCombination,
<OutAttribute> ByRef MinValue As Double,
<OutAttribute> ByRef MaxValue As Double
)
Parameters
- Loc
- Type: SystemDouble
Location to calculate internal forces at (refers to unstressed cable condition) - comb
- Type: Frame3DLoadCombination
Load combination object - MinValue
- Type: SystemDouble
Minimum value for the given load combination - MaxValue
- Type: SystemDouble
Maximum value for the given load combination
See Also