ShellSuperElementTriangular.GetInternalStressesForLoadCombination Method (ShellTriangularResultsLocation, Double, CoordinateSystem, Double, LoadCombination,Double[],Double[]) |
3D Frame Analysis Library
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntaxpublic void GetInternalStressesForLoadCombination(
ShellTriangularResultsLocation loc,
double z_local,
CoordinateSystem coordinateSystem,
double rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly,
LoadCombination comb,
out double[] MinValues,
out double[] MaxValues
)
Public Sub GetInternalStressesForLoadCombination (
loc As ShellTriangularResultsLocation,
z_local As Double,
coordinateSystem As CoordinateSystem,
rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly As Double,
comb As LoadCombination,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double()
)
Parameters
- loc
- Type: Frame3D.ShellTriangularResultsLocation
- z_local
- Type: System.Double
- coordinateSystem
- Type: Frame3D.CoordinateSystem
- rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly
- Type: System.Double
- comb
- Type: Frame3D.LoadCombination
- MinValues
- Type:System.Double[]
- MaxValues
- Type:System.Double[]
See Also