Calculates the membrane and bending stresses between the specified points on a planar section view of this pressure vessel stress plot.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWPlot
Dim NIntermediatePoints As System.Integer
Dim DPoint1X As System.Double
Dim DPoint1Y As System.Double
Dim DPoint1Z As System.Double
Dim DPoint2X As System.Double
Dim DPoint2Y As System.Double
Dim DPoint2Z As System.Double
Dim DispReferencePlane As System.Object
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetLinearizedStressValuesAlongSCL(NIntermediatePoints, DPoint1X, DPoint1Y, DPoint1Z, DPoint2X, DPoint2Y, DPoint2Z, DispReferencePlane, ErrorCode) |
Parameters
- NIntermediatePoints
- 0 < Number of intermediate points between the points specified by DPoint1X, DPoint1Y, DPoint1Z, DPoint2X, DPoint2Y, and DPoint2Z to define the resolution of the SCL axis < 100
- DPoint1X
- X coordinate of Point 1 on the section view (see Remarks)
- DPoint1Y
- Y coordinate of Point 1 on the section view (see Remarks)
- DPoint1Z
Z coordinate of Point 1 on the section view (see Remarks)
- DPoint2X
- X coordinate of Point 2 on the section view (see Remarks)
- DPoint2Y
- Y coordinate of Point 2 on the section view (see Remarks)
- DPoint2Z
Z coordinate of Point 2 on the section view (see Remarks)
- DispReferencePlane
- Plane reference that creates a section that contains Point 1 and Point 2
- ErrorCode
- Result code as defined in swsResultStressLinearizationErrors_e
Return Value
Array of seven membrane and bending stress values that are linearized along Stress Classification Lines (SCL) (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2019 SP04