Click or drag to resize

ShellSuperElementTriangularGetInternalMomentsForLoadCombination Method (Double, Double, CoordinateSystem, Double, LoadCombination, Double, Double)

3D Frame Analysis Library
Gets the internal moments 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 GetInternalMomentsForLoadCombination(
	double x_local,
	double y_local,
	CoordinateSystem coordinateSystem,
	double rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly,
	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
coordinateSystem
Type: Frame3DCoordinateSystem
Specify the coordinate system to report calculated stresses at
rotationAngleDegreesAboutLocalZ_stress_reporting_forLocalCordSystemOnly
Type: SystemDouble
comb
Type: Frame3DLoadCombination
Load Combination to report moments for
MinValues
Type: SystemDouble
Minimum values
MaxValues
Type: SystemDouble
Maximum values
See Also