Gets the specified displacement component at the specified points for 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 ArrayPoints As Object
Dim NUnits As Integer
Dim ErrorCode As Integer
Dim value As Object
value = instance.GetDisplacementAtPoints(NComponent, NStepNumber, DispPlane, ArrayPoints, NUnits, ErrorCode)
|
Parameters
- NComponent
Displacement component as defined in swsDisplacementComponent_e
- NStepNumber
- Solution step number (use 1 for static)
- 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
- ArrayPoints
- Array of points
- NUnits
Linear units as defined in swsLinearUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of displacement component values
See Also
Availability
SolidWorks Simulation API 2012 SP0