Sets the components of force or translation for this remote load.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetForceOrTranslationValues2( _
ByVal BInclude As System.Boolean, _
ByVal BXValue As System.Boolean, _
ByVal DXValue As System.Double, _
ByVal BYValue As System.Boolean, _
ByVal DYValue As System.Double, _
ByVal BZValue As System.Boolean, _
ByVal DZValue As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRemoteLoad
Dim BInclude As System.Boolean
Dim BXValue As System.Boolean
Dim DXValue As System.Double
Dim BYValue As System.Boolean
Dim DYValue As System.Double
Dim BZValue As System.Boolean
Dim DZValue As System.Double
instance.SetForceOrTranslationValues2(BInclude, BXValue, DXValue, BYValue, DYValue, BZValue, DZValue) |
Parameters
- BInclude
- 1 to include force or translation in the remote load, 0 to not (see Remarks)
- BXValue
- 1 to set 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 set 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 set the value in the z direction, 0 to not
- DZValue
- Force or translation in the z direction; valid only if BZValue = 1
Example
Remarks
See Also
Availability
SOLIDWORKS 2022 FCS, Revision Number 30