Gets the reaction forces and moments for the entire model at the specified solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetReactionForcesAndMoments( _
ByVal NStepNumber As Integer, _
ByVal DispPlane As Object, _
ByVal NUnits As Integer, _
ByRef ErrorCode As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NStepNumber As Integer
Dim DispPlane As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetReactionForcesAndMoments(NStepNumber, DispPlane, NUnits, ErrorCode)
|
Parameters
- NStepNumber
- Solution step number (use 1 for static)
- DispPlane
Reference geometry
- NUnits
Unit as defined in swsForceUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of reaction forces and moments for the entire model
See Also
Availability
SolidWorks Simulation API 2008 SP1.0