Click or drag to resize

ShellSuperElementTriangularGetInternalStressesForLoadCase Method (ShellTriangularResultsLocation, Double, 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 GetInternalStressesForLoadCase(
	ShellTriangularResultsLocation loc,
	double z_local,
	CoordinateSystem coordinateSystem,
	double rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly,
	string LoadCaseName,
	out double[] MinValues,
	out double[] MaxValues,
	int stepNr
)

Parameters

loc
Type: Frame3DShellTriangularResultsLocation
z_local
Type: SystemDouble
coordinateSystem
Type: Frame3DCoordinateSystem
rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly
Type: SystemDouble
LoadCaseName
Type: SystemString
MinValues
Type: SystemDouble
MaxValues
Type: SystemDouble
stepNr
Type: SystemInt32
See Also