Sets the rotational component.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetRotationComponentsValues( _
ByVal BVal1 As Integer, _
ByVal BVal2 As Integer, _
ByVal BVal3 As Integer, _
ByVal DVal1 As Double, _
ByVal DVal2 As Double, _
ByVal DVal3 As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRestraint
Dim BVal1 As Integer
Dim BVal2 As Integer
Dim BVal3 As Integer
Dim DVal1 As Double
Dim DVal2 As Double
Dim DVal3 As Double
instance.SetRotationComponentsValues(BVal1, BVal2, BVal3, DVal1, DVal2, DVal3)
|
Parameters
- BVal1
- 1 to prescribe rotation about the X direction, 0 to not
- BVal2
- 1 to prescribe rotation about the Y direction, 0 to not
- BVal3
- 1 to prescribe rotation about the Z direction, 0 to not
- DVal1
- X rotation (ignored if BVal1 is 0)
- DVal2
- Y rotation (ignored if BVal2 is 0)
- DVal3
- Z rotation (ignored if BVal2 is 0)
See Also
Availability
SolidWorks Simulation API 2008 SP1.0