ShellSuperElementTriangularGetInternalForcesForLoadCombination Method |
3D Frame Analysis Library
Gets the internal forces for the specified load combination
Namespace:
Frame3D
Assembly:
Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax public void GetInternalForcesForLoadCombination(
ShellTriangularResultsLocation loc,
CoordinateSystem coordinateSystem,
LoadCombination comb,
out double[] MinValues,
out double[] MaxValues
)
Public Sub GetInternalForcesForLoadCombination (
loc As ShellTriangularResultsLocation,
coordinateSystem As CoordinateSystem,
comb As LoadCombination,
<OutAttribute> ByRef MinValues As Double(),
<OutAttribute> ByRef MaxValues As Double()
)
Parameters
- loc
- Type: Frame3DShellTriangularResultsLocation
Node to calculate forces at - coordinateSystem
- Type: Frame3DCoordinateSystem
Coordinate system - comb
- Type: Frame3DLoadCombination
Load Combination to report forces for - MinValues
- Type: SystemDouble
Minimum values for the given load combination - MaxValues
- Type: SystemDouble
Maximum values for the given load combination
See Also