Gets the acceleration for the specified entities, solution step, and acceleration component.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As Integer
Dim NStepNumber As Integer
Dim DispPlane As Object
Dim ArraySelectedEntities As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetAccelerationForEntities(NComponent, NStepNumber, DispPlane, ArraySelectedEntities, NUnits, ErrorCode)
|
Parameters
- NComponent
Component of acceleration as defined in swsAccelerationComponent_e
- NStepNumber
- Solution step number (use 1 for steady state)
- DispPlane
- Plane, axis, or coordinate system; valid only if NComponent is set to a directional component; specify Nothing if NComponent is not a directional component
- ArraySelectedEntities
- Array of geometric entities
- NUnits
Units of acceleration as defined by swsAccelerationUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of acceleration component values
See Also
Availability
SolidWorks Simulation API 2012 SP0