CableSuperElementGetElementDeformationForLoadCase Method |
3D Frame Analysis Library
Gets the deformation of the element at the given location
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetElementDeformationForLoadCase(
double Loc,
string LoadCaseName,
double factor,
out double[] MinValues,
out double[] MaxValues,
int stepNr,
out double[] disps_min,
out double[] disps_max
)
Public Sub GetElementDeformationForLoadCase (
Loc As Double,
LoadCaseName As String,
factor As Double,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double(),
stepNr As Integer,
<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) - LoadCaseName
- Type: SystemString
Load case name - factor
- Type: SystemDouble
- MinValues
- Type: SystemDouble
Minimum values - MaxValues
- Type: SystemDouble
Maximum values - stepNr
- Type: SystemInt32
Step number, needed for time history and geometric non linear analysis only - 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