Gets the specified envelope strain 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 nShellFace As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetEnvelopeStrainForEntities(bValueByNode, NComponent, NEnvelopeType, DispPlane, ArraySelectedEntities, nShellFace, ErrorCode)
|
Parameters
- bValueByNode
- True to get the strain value by node, false to get the stress value by element
- NComponent
Strain component as defined in swsStrainComponent_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
- nShellFace
Option as defined in swsShellFace_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of strain component values
See Also
Availability
SolidWorks Simulation API 2012 SP0