Gets the translational displacements at the specified solution step.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetTranslationalDisplacement( _
ByVal NStepNumber As System.Integer, _
ByVal DispPlane As System.Object, _
ByVal NUnits As System.Integer, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWResults
Dim NStepNumber As System.Integer
Dim DispPlane As System.Object
Dim NUnits As System.Integer
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.GetTranslationalDisplacement(NStepNumber, DispPlane, NUnits, ErrorCode) |
Parameters
- NStepNumber
- Solution step number (use 1 for static)
- DispPlane
- Reference geometry
- NUnits
Linear units for displacement as defined in swsLinearUnit_e
- ErrorCode
Error as defined in swsResultsError_e
Return Value
Array of translational displacements
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0