Obsolete. Superseded by ICWRemoteLoad::GetForceOrTranslationValues2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetForceOrTranslationValues( _
ByRef BInclude As System.Integer, _
ByRef BXValue As System.Integer, _
ByRef DXValue As System.Double, _
ByRef BYValue As System.Integer, _
ByRef DYValue As System.Double, _
ByRef BZValue As System.Integer, _
ByRef DZValue As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim BInclude As System.Integer
Dim BXValue As System.Integer
Dim DXValue As System.Double
Dim BYValue As System.Integer
Dim DYValue As System.Double
Dim BZValue As System.Integer
Dim DZValue As System.Double
instance.GetForceOrTranslationValues(BInclude, BXValue, DXValue, BYValue, DYValue, BZValue, DZValue) |
Parameters
- BInclude
- 1 to get force or translation values, 0 to not (see Remarks)
- BXValue
- 1 to get the value in the x direction, 0 to not
- DXValue
- Force or translation in the x direction; valid only if BXValue = 1
- BYValue
- 1 to get the value in the y direction; 0 to not
- DYValue
- Force or translation in the y direction; valid only if BYValue = 1
- BZValue
- 1 to get the value in the z direction; 0 to not
- DZValue
- Force or translation in the z direction; valid only if BZValue = 1
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2012 SP0