Gets the strain results for the selected geometric entities at the solution step.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim bValueByNode As Boolean
Dim NComponent As Integer
Dim NStepNumber As Integer
Dim DispPlane As Object
Dim ArraySelectedEntities As Object
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetStrainForEntities2(bValueByNode, NComponent, NStepNumber, DispPlane, ArraySelectedEntities, ErrorCode)
|
Parameters
- bValueByNode
- True to get the strain value by node, false to get the strain value by element
- NComponent
- Strain as defined in swsStrainComponent_e
- NStepNumber
- Solution step number (use 1 for static)
- DispPlane
- Reference geometry
- ArraySelectedEntities
- Array of geometric entities
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array of strain results (each node or element followed by the strain value)
Example
See Also
Availability
SolidWorks Simulation API 2009 SP5.0