Sets whether to reverse the translation and rotation component directions for this restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetReverseDirections( _
ByVal BVal1 As System.Integer, _
ByVal BVal2 As System.Integer, _
ByVal BVal3 As System.Integer, _
ByVal BVal4 As System.Integer, _
ByVal BVal5 As System.Integer, _
ByVal BVal6 As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRestraint
Dim BVal1 As System.Integer
Dim BVal2 As System.Integer
Dim BVal3 As System.Integer
Dim BVal4 As System.Integer
Dim BVal5 As System.Integer
Dim BVal6 As System.Integer
instance.SetReverseDirections(BVal1, BVal2, BVal3, BVal4, BVal5, BVal6) |
C++/CLI | |
---|
void SetReverseDirections(
& System.int BVal1,
& System.int BVal2,
& System.int BVal3,
& System.int BVal4,
& System.int BVal5,
& System.int BVal6
) |
Parameters
- BVal1
- 1 to reverse plane direction 1, 0 to not; valid only if BVal1 of ICWRestraint::GetTranslationComponentsValues is set to 1
- BVal2
- 1 to reverse plane direction 2, 0 to not; valid only if BVal2 of ICWRestraint::GetTranslationComponentsValues is set to 1
- BVal3
- 1 to reverse the normal to the plane, 0 to not; valid only if BVal3 of ICWRestraint::GetTranslationComponentsValues is set to 1
- BVal4
- 1 to reverse radial direction, 0 to not; valid only if BVal1 of ICWRestraint::GetRotationComponentsValues is set to 1
- BVal5
- 1 to reverse circumferential direction, 0 to not; valid only if BVal2 of ICWRestraint::GetRotationComponentsValues is set to 1
- BVal6
- 1 to reverse axial direction, 0 to not; valid only if BVal3 of ICWRestraint::GetRotationComponentsValues is set to 1
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0