Click or drag to resize

ShellSuperElementTriangularGetInternalMomentsForLoadCombination Method (ShellTriangularResultsLocation, 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)
Syntax
public void GetInternalMomentsForLoadCombination(
	ShellTriangularResultsLocation loc,
	CoordinateSystem coordinateSystem,
	double rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly,
	LoadCombination comb,
	out double[] MinValues,
	out double[] MaxValues
)

Parameters

loc
Type: Frame3DShellTriangularResultsLocation
coordinateSystem
Type: Frame3DCoordinateSystem
rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly
Type: SystemDouble
comb
Type: Frame3DLoadCombination
MinValues
Type: SystemDouble
MaxValues
Type: SystemDouble
See Also