Gets the algebraic minimum and maximum for the specified acceleration component and solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetMinMaxAcceleration( _
ByVal NComponent As Integer, _
ByVal NStepNum 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 NStepNum As Integer
Dim DispPlane As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetMinMaxAcceleration(NComponent, NStepNum, DispPlane, NUnits, ErrorCode)
|
Parameters
- NComponent
Component of acceleration as defined in swsAccelerationComponent_e
- NStepNum
- 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
- NUnits
Units of acceleration as defined by swsAccelerationUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array (see
Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0