Gets the specified velocity component for all solution steps at the specified node.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetVelocityComponentForAllStepsAtNode( _
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.GetVelocityComponentForAllStepsAtNode(NComponent, NNodeNum, DispPlane, NUnits, ErrorCode)
|
Parameters
- NComponent
Velocity component as defined in swsVelocityComponent_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 velocity as defined in swsVelocityUnit_e
- ErrorCode
Error as defined in swsResultsError_e
See Also
Availability
SolidWorks Simulation API 2012 SP0