Gets whether to reverse the translation and rotation component directions for this restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetReverseDirections( _
ByRef BVal1 As System.Integer, _
ByRef BVal2 As System.Integer, _
ByRef BVal3 As System.Integer, _
ByRef BVal4 As System.Integer, _
ByRef BVal5 As System.Integer, _
ByRef 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.GetReverseDirections(BVal1, BVal2, BVal3, BVal4, BVal5, BVal6) |
C# | |
---|
void GetReverseDirections(
out System.int BVal1,
out System.int BVal2,
out System.int BVal3,
out System.int BVal4,
out System.int BVal5,
out System.int BVal6
) |
C++/CLI | |
---|
void GetReverseDirections(
& [Out] System.int BVal1,
& [Out] System.int BVal2,
& [Out] System.int BVal3,
& [Out] System.int BVal4,
& [Out] System.int BVal5,
& [Out] System.int BVal6
) |
Parameters
- BVal1
- 1 if plane direction 1 is reversed, 0 if not; valid only if BVal1 of ICWRestraint::GetTranslationComponentsValues is set to 1
- BVal2
- 1 if plane direction 2 is reversed, 0 if not; valid only if BVal2 of ICWRestraint::GetTranslationComponentsValues is set to 1
- BVal3
- 1 if normal to the plane is reversed, 0 if not; valid only if BVal3 of ICWRestraint::GetTranslationComponentsValues is set to 1
- BVal4
- 1 if radial direction is reversed, 0 if not; valid only if BVal1 of ICWRestraint::GetRotationComponentsValues is set to 1
- BVal5
- 1 if circumferential direction is reversed, 0 if not; valid only if BVal2 of ICWRestraint::GetRotationComponentsValues is set to 1
- BVal6
- 1 if axial direction is reversed, 0 if not; valid only if BVal3 of ICWRestraint::GetRotationComponentsValues is set to 1
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0