Gets the reaction forces and moments for selections and the entire model at the specified solution step.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NStepNumber As System.Integer
Dim DispPlane As System.Object
Dim NUnits As System.Integer
Dim SelectedObjects As System.Object
Dim SelectionAndEntireModelReactionForcesAndMoments As System.Object
Dim EachSelectedObjectReactionForcesAndMoments As System.Object
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetReactionForcesAndMomentsWithSelections(NStepNumber, DispPlane, NUnits, SelectedObjects, SelectionAndEntireModelReactionForcesAndMoments, EachSelectedObjectReactionForcesAndMoments, ErrorCode) |
Parameters
- NStepNumber
- Solution step number (use 1 for static)
- DispPlane
- Plane, axis, or coodinate system relative to which to list reaction results
- NUnits
- Unit as defined in swsForceUnit_e
- SelectedObjects
- Array of entities for which to get reaction results
- SelectionAndEntireModelReactionForcesAndMoments
- Array of reaction forces and moments for the selected entities and the entire model (see Remarks)
- EachSelectedObjectReactionForcesAndMoments
- Array of reaction forces and moments for each selected entity (see Remarks)
- ErrorCode
- Error as defined in swsResultsError_e
Return Value
Array of reaction forces and moments (see
Remarks)
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0