ShellSuperElementTriangularGetInternalMomentsForLoadCase Method (Double, Double, CoordinateSystem, Double, String, Double, Double, Int32) |
3D Frame Analysis Library
Gets the internal moments at an internal point of the element for a specific Load Case
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetInternalMomentsForLoadCase(
double x_local,
double y_local,
CoordinateSystem coordinateSystem,
double rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly,
string LoadCaseName,
out double[] MinValues,
out double[] MaxValues,
int stepNr
)
Public Sub GetInternalMomentsForLoadCase (
x_local As Double,
y_local As Double,
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
- x_local
- Type: SystemDouble
Local X coordinate to calculate stresses at - y_local
- Type: SystemDouble
Local Y coordinate to calculate stresses at - coordinateSystem
- Type: Frame3DCoordinateSystem
Specify the coordinate system to report calculated stresses at - rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly
- Type: SystemDouble
- LoadCaseName
- Type: SystemString
Load case name to report moments 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