Gets whether to reverse the translation and rotation component directions for this restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetReverseDirections2( _
ByRef BVal1 As System.Boolean, _
ByRef BVal2 As System.Boolean, _
ByRef BVal3 As System.Boolean, _
ByRef BVal4 As System.Boolean, _
ByRef BVal5 As System.Boolean, _
ByRef BVal6 As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRestraint
Dim BVal1 As System.Boolean
Dim BVal2 As System.Boolean
Dim BVal3 As System.Boolean
Dim BVal4 As System.Boolean
Dim BVal5 As System.Boolean
Dim BVal6 As System.Boolean
instance.GetReverseDirections2(BVal1, BVal2, BVal3, BVal4, BVal5, BVal6) |
C# | |
---|
void GetReverseDirections2(
out System.bool BVal1,
out System.bool BVal2,
out System.bool BVal3,
out System.bool BVal4,
out System.bool BVal5,
out System.bool BVal6
) |
C++/CLI | |
---|
void GetReverseDirections2(
& [Out] System.bool BVal1,
& [Out] System.bool BVal2,
& [Out] System.bool BVal3,
& [Out] System.bool BVal4,
& [Out] System.bool BVal5,
& [Out] System.bool BVal6
) |
Parameters
- BVal1
- -1 or true if plane direction 1 is reversed, 0 or false if not; valid only if BVal1 of ICWRestraint::GetTranslationComponentsValues2 is set to -1 or true (see Remarks)
- BVal2
- -1 or true if plane direction 2 is reversed, 0 or false if not; valid only if BVal2 of ICWRestraint::GetTranslationComponentsValues2 is set to -1 or true (see Remarks)
- BVal3
- -1 or true if normal to the plane is reversed, 0 or false if not; valid only if BVal3 of ICWRestraint::GetTranslationComponentsValues2 is set to -1 or true (see Remarks)
- BVal4
- -1 or true if radial direction is reversed, 0 or false if not; valid only if BVal1 of ICWRestraint::GetRotationComponentsValues2 is set to -1 or true (see Remarks)
- BVal5
- -1 or true if circumferential direction is reversed, 0 or false if not; valid only if BVal2 of ICWRestraint::GetRotationComponentsValues2 is set to -1 or true (see Remarks)
- BVal6
- -1 or true if axial direction is reversed, 0 or false if not; valid only if BVal3 of ICWRestraint::GetRotationComponentsValues2 is set to -1 or true (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04