Click or drag to resize

ShellSuperElementTriangularGetInternalStressesForLoadCombination Method (Double, Double, Double, CoordinateSystem, Double, LoadCombination, Double, Double)

3D Frame Analysis Library
Gets the stresses at an internal point of the element for a specific Load Combination

Namespace:  Frame3D
Assembly:  Frame3D (in Frame3D.dll) Version: 1.0.7422.36923 (1.0.0.0)
Syntax
public void GetInternalStressesForLoadCombination(
	double x_local,
	double y_local,
	double z_local,
	CoordinateSystem coordinateSystem,
	double rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly,
	LoadCombination comb,
	out double[] MinValues,
	out double[] MaxValues
)

Parameters

x_local
Type: SystemDouble
Local X coordinate to calculate stresses at
y_local
Type: SystemDouble
Local Y coordinate to calculate stresses at
z_local
Type: SystemDouble
Local Z coordinate to calculate stresses at
coordinateSystem
Type: Frame3DCoordinateSystem
Specify the coordinate system to report calculated stresses at
rotationAngleDegreesAboutLocalZ_stress_reporting_LocalSystemOnly
Type: SystemDouble
Reports the results at a rotated local coordinate system by the angle specified here. This is only valid if stresses are reported at the local coordinate system (coordinateSystem=Local).
comb
Type: Frame3DLoadCombination
Load Combination to report stresses for
MinValues
Type: SystemDouble
Minimum values
MaxValues
Type: SystemDouble
Maximum values
See Also