Gets the minimum and maximum elemental stresses for beams at the specified solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetBeamMinMaxStress( _
ByVal NComponent As Integer, _
ByVal NStepNumber As Integer, _
ByVal NUnits As Integer, _
ByRef ErrorCode As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As Integer
Dim NStepNumber As Integer
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetBeamMinMaxStress(NComponent, NStepNumber, NUnits, ErrorCode)
|
Parameters
- NComponent
- Beam stresses as defined in swsBeamStressComponent_e
- NStepNumber
- Solution step number (use 1 for static)
- NUnits
- Stress units as defined in swsStrengthUnit_e
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array of stress results for the beams
See Also
Availability
SolidWorks Simulation API 2009 SP1