Gets the algebraic minimum and maximum for the specified stress component and solution step of this harmonic study.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As System.Integer
Dim BByElementNumber As System.Integer
Dim BAvgOnBoundary As System.Integer
Dim NStepNum As System.Integer
Dim DispPlane As System.Object
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetMinMaxStressForHarmonic(NComponent, BByElementNumber, BAvgOnBoundary, NStepNum, DispPlane, NUnits, ErrorCode) |
Parameters
- NComponent
- Stress component as defined in swsStressComponent_e
- BByElementNumber
- 1 to obtain element stress values, 0 to obtain nodal stress values
- BAvgOnBoundary
- 1 to activate averaging of nodal stress results across common part boundaries, 0 to deactivate averaging; valid only if BByElementNumber = 0
- NStepNum
- Solution step number (use 1 for static)
- DispPlane
- Plane, axis, or coordinate system; valid only if NComponent is set to a directional component; specify nothing if reference geometry does not exist
- NUnits
- Units as defined in swsStrengthUnit_e
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP1.0