Gets the stress tensor values for all nodes of the specified mesh elements at the specified solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetStressTensorValuesForAllNodesOfElement( _
ByVal ElementNumbers As System.Object, _
ByVal NUnits As System.Integer, _
ByVal NStepNum As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim ElementNumbers As System.Object
Dim NUnits As System.Integer
Dim NStepNum As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetStressTensorValuesForAllNodesOfElement(ElementNumbers, NUnits, NStepNum, ErrorCode) |
Parameters
- ElementNumbers
- An array of mesh element numbers for which to return nodal results; specify the element number of a single element (see Remarks)
- NUnits
- Units as defined in swsStrengthUnit_e
- NStepNum
- Solution step number (use 1 for steady state)
- ErrorCode
- Error as defined in swsNodalResultsOfElementError_e
Return Value
Two-dimensional array of tensor stress values (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP05