ShellSuperElementTriangularGetInternalMomentsForLoadCase Method (ShellTriangularResultsLocation, CoordinateSystem, Double, String, Double, Double, Int32) |
3D Frame Analysis Library
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetInternalMomentsForLoadCase(
ShellTriangularResultsLocation loc,
CoordinateSystem coordinateSystem,
double rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly,
string LoadCaseName,
out double[] MinValues,
out double[] MaxValues,
int stepNr
)
Public Sub GetInternalMomentsForLoadCase (
loc As ShellTriangularResultsLocation,
coordinateSystem As CoordinateSystem,
rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly As Double,
LoadCaseName As String,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double(),
stepNr As Integer
)
Parameters
- loc
- Type: Frame3DShellTriangularResultsLocation
- coordinateSystem
- Type: Frame3DCoordinateSystem
- rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly
- Type: SystemDouble
- LoadCaseName
- Type: SystemString
- MinValues
- Type: SystemDouble
- MaxValues
- Type: SystemDouble
- stepNr
- Type: SystemInt32
See Also