CableSuperElementGetElementDeformationForLoadCombination Method |
3D Frame Analysis Library
Gets the cable element deformation 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 GetElementDeformationForLoadCombination(
double Loc,
LoadCombination comb,
out double[] MinValues,
out double[] MaxValues,
out double[] disps_min,
out double[] disps_max
)
Public Sub GetElementDeformationForLoadCombination (
Loc As Double,
comb As LoadCombination,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double(),
<OutAttribute> ByRef disps_min As Double(),
<OutAttribute> ByRef disps_max As Double()
)
Parameters
- Loc
- Type: SystemDouble
Location to calculate displacements at (refers to unstressed cable condition) - comb
- Type: Frame3DLoadCombination
Load combination object - MinValues
- Type: SystemDouble
Minimum values for the given load combination - MaxValues
- Type: SystemDouble
Maximum values for the given load combination - disps_min
- Type: SystemDouble
Minimum values for displacement at given load location - disps_max
- Type: SystemDouble
Maximum values for displacement at given load location
See Also