ShellSuperElementTriangularGetInternalForcesForLoadCase Method |
3D Frame Analysis Library
Gets the internal forces at the given location
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetInternalForcesForLoadCase(
ShellTriangularResultsLocation loc,
CoordinateSystem coordinateSystem,
string LoadCaseName,
out double[] MinValues,
out double[] MaxValues,
int stepNr
)
Public Sub GetInternalForcesForLoadCase (
loc As ShellTriangularResultsLocation,
coordinateSystem As CoordinateSystem,
LoadCaseName As String,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double(),
stepNr As Integer
)
Parameters
- loc
- Type: Frame3DShellTriangularResultsLocation
Node to calculate forces at - coordinateSystem
- Type: Frame3DCoordinateSystem
Coordinate system - LoadCaseName
- Type: SystemString
Load case name to report forces for - MinValues
- Type: SystemDouble
Minimum values - MaxValues
- Type: SystemDouble
Maximum values - stepNr
- Type: SystemInt32
Step number, needed only for time history analysis or geometric non linear analyses
See Also