Gets the x-, y-, and z-component and resultant free body forces and moments for the specified entities for the specified step.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim DispPlane As System.Object
Dim SelectedRefPoint As System.Object
Dim ArraySelectedEntities As System.Object
Dim NUnits As System.Integer
Dim NStepNumber As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetFreeBodyForcesAndMomentsForAStep(DispPlane, SelectedRefPoint, ArraySelectedEntities, NUnits, NStepNumber, ErrorCode) |
Parameters
- DispPlane
- Plane, axis, or coordinate system relative to which the results are listed
- SelectedRefPoint
- Reference point used to list the moments for the forces that are available in ArraySelectedEntities; NULL to not list the moments
- ArraySelectedEntities
- Selected faces, edges, vertices, and components
- NUnits
- Output units as defined in swsUnit_e
- NStepNumber
- Step number
- ErrorCode
Error as defined in swsResultsError_e
Return Value
If SelectedRefPoint is NULL:
Array of eight doubles of the free body forces for all selections in ArraySelectedEntities and for the entire model:
- Summation of x-components of free body force for all selections
- Summation of y-components of free body force for all selections
- Summation of z-components of free body force for all selections
- Resultant free body force for all selections
- Summation of x-components of free body moment for the entire model
- Summation of y-components of free body moment for the entire model
- Summation of z-components of free body moment for the entire model
- Resultant free body moment for the entire model
If SelectedRefPoint is not NULL:
Array of sixteen doubles of the free body forces and moments for all selections in ArraySelectedEntities and for the entire model:
- Summation of x-components of free body force for all selections
- Summation of y-components of free body force for all selections
- Summation of z-components of free body force for all selections
- Resultant free body force for all selections
- Summation of x-components of free body moment for all selections
- Summation of y-components of free body moment for all selections
- Summation of z-components of free body moment for all selections
- Resultant free body moment for all selections
- Summation of x-components of free body force for the entire model
- Summation of y-components of free body force for the entire model
- Summation of z-components of free body force for the entire model
- Resultant free body force for the entire model
- Summation of x-components of free body moment for the entire model
- Summation of y-components of free body moment for the entire model
- Summation of z-components of free body moment for the entire model
- Resultant free body moment for the entire model
See Also
Availability
SOLIDWORKS Simulation API 2020 SP0