Gets the specified envelope stress for the specified entities across all solution steps.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim bValueByNode As Boolean
Dim NComponent As Integer
Dim NEnvelopeType As Integer
Dim DispPlane As Object
Dim ArraySelectedEntities As Object
Dim NUnits As Integer
Dim nShellFace As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetEnvelopeStressForEntities(bValueByNode, NComponent, NEnvelopeType, DispPlane, ArraySelectedEntities, NUnits, nShellFace, ErrorCode)
|
Parameters
- bValueByNode
- True to get the stress value by node, false to get the stress value by element
- NComponent
Stress component as defined in swsStressComponent_e
- NEnvelopeType
Envelope plot type as defined in swsEnvelopePlotType_e
- DispPlane
- Plane, axis, or coordinate system; valid only if NComponent is set to a directional component; specify Nothing if NComponent is not a directional component
- ArraySelectedEntities
- Array of geometric entities
- NUnits
Unit as defined in swsStrengthUnit_e
- nShellFace
Option as defined in swsShellFace_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of stress component values
See Also
Availability
SolidWorks Simulation API 2012 SP0