Gets the acceleration for all solution steps at the specified node for the specified acceleration component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetAccelerationComponentForAllStepsAtNode( _
ByVal NComponent As Integer, _
ByVal NNodeNum As Integer, _
ByVal DispPlane As Object, _
ByVal NUnits As Integer, _
ByRef ErrorCode As Integer _
) As Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As Integer
Dim NNodeNum As Integer
Dim DispPlane As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetAccelerationComponentForAllStepsAtNode(NComponent, NNodeNum, DispPlane, NUnits, ErrorCode)
|
Parameters
- NComponent
Component of acceleration as defined in swsAccelerationComponent_e
- NNodeNum
- Node number
- 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
- 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