Gets the x-, y-, and z-component and resultant forces applied to selected entities as a result of transferring a remote load in static studies.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NStepNumber As System.Integer
Dim DispPlane As System.Object
Dim ArraySelectedEntities As System.Object
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetRemoteForces(NStepNumber, DispPlane, ArraySelectedEntities, NUnits, ErrorCode) |
Parameters
- NStepNumber
- Solution step number (use 1 for static)
- DispPlane
- Plane, axis, or coordinate system relative to which the results are listed
- ArraySelectedEntities
- Selected faces, edges (shells only), vertices, and components
- NUnits
- Output units as defined in swsUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of four doubles of the remote load forces for all selections in ArraySelectedEntities:
- Summation of x-components of remote load forces for all selections
- Summation of y-components of remote load forces for all selections
- Summation of z-components of remote load forces for all selections
- Resultant remote load force for all selections
Example
See Also
Availability
SolidWorks Simulation API 2013 SP0