FloorDiaphragm.GetDisplacementsForLoadCase Method |
3D Frame Analysis Library
Gets displacements with respect to the global coordinate system for the specified load case
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetDisplacementsForLoadCase(
string LoadCaseName,
out double[] MinValues,
out double[] MaxValues,
int stepNr
)
Public Sub GetDisplacementsForLoadCase (
LoadCaseName As String,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double(),
stepNr As Integer
)
Parameters
- LoadCaseName
- Type: System.String
Load case name - MinValues
- Type:System.Double[]
Minimum values - MaxValues
- Type:System.Double[]
Maximum values - stepNr
- Type: System.Int32
Step number, needed only for time history analysis or geometric non linear analyses
See Also