Gets the minimum and maximum displacements at the specified solution step.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As Integer
Dim NStepNumber As Integer
Dim DispPlane As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetMinMaxDisplacement(NComponent, NStepNumber, DispPlane, NUnits, ErrorCode)
|
Parameters
- NComponent
Displacement as defined in swsDisplacementComponent_e`
- NStepNumber
Solution step number (use 1 for static)
- DispPlane
- Reference geometry
- NUnits
Linear units for displacement translation as defined in swsLinearUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
ARray of displacements
Remarks
See Also
Availability
SolidWorks Simulation API 2008 SP1.0