Gets the specified displacement component at the specified points for the specified solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetDisplacementAtPoints( _
ByVal NComponent As System.Integer, _
ByVal NStepNumber As System.Integer, _
ByVal DispPlane As System.Object, _
ByVal ArrayPoints As System.Object, _
ByVal NUnits As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NComponent As System.Integer
Dim NStepNumber As System.Integer
Dim DispPlane As System.Object
Dim ArrayPoints As System.Object
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.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