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.Boolean
Dim BAvgOnBoundary As System.Boolean
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.GetMinMaxStressForHarmonic2(NComponent, BByElementNumber, BAvgOnBoundary, NStepNum, DispPlane, NUnits, ErrorCode) |
Parameters
- NComponent
- Stress component as defined in swsStressComponent_e
- BByElementNumber
- -1 or true to obtain element stress values, 0 or false to obtain nodal stress values
- BAvgOnBoundary
- -1 or true to activate averaging of nodal stress results across common part boundaries, 0 or false 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 2022 FCS, Revision Number 30