Gets the linearized membrane and bending stresses between the specified locations of a sectional plot of a pressure vessel study.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetLinearizedStressValues( _
ByVal NComponent As System.Integer, _
ByVal DPoint1X As System.Double, _
ByVal DPoint1Y As System.Double, _
ByVal DPoint1Z As System.Double, _
ByVal DPoint2X As System.Double, _
ByVal DPoint2Y As System.Double, _
ByVal DPoint2Z As System.Double, _
ByVal NIntermPoints As System.Integer, _
ByVal NUnits As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent 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 NIntermPoints As System.Integer
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetLinearizedStressValues(NComponent, DPoint1X, DPoint1Y, DPoint1Z, DPoint2X, DPoint2Y, DPoint2Z, NIntermPoints, NUnits, ErrorCode) |
Parameters
- NComponent
Stress component as defined in swsStressComponent_e
- DPoint1X
X coordinate of first location
- DPoint1Y
Y coordinate of first location
- DPoint1Z
Z coordinate of first location
- DPoint2X
X coordinate of second location
- DPoint2Y
Y coordinate of second location
- DPoint2Z
Z coordinate of second location
- NIntermPoints
- Number of intermediate points along the line described by DPoint1X, DPoint1Y, DPoint1Z, DPoint2X, DPoint2Y, DPoint2Z to define the resolution of the graph
- NUnits
Unit as defined in swsStrengthUnit_e
- ErrorCode
Error as defined in swsResultsError_e
See Also
Availability
SolidWorks Simulation API 2012 SP0