Gets the rotational components of this restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetRotationComponentsValues2( _
ByRef BVal1 As System.Boolean, _
ByRef BVal2 As System.Boolean, _
ByRef BVal3 As System.Boolean, _
ByRef DVal1 As System.Double, _
ByRef DVal2 As System.Double, _
ByRef DVal3 As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWRestraint
Dim BVal1 As System.Boolean
Dim BVal2 As System.Boolean
Dim BVal3 As System.Boolean
Dim DVal1 As System.Double
Dim DVal2 As System.Double
Dim DVal3 As System.Double
instance.GetRotationComponentsValues2(BVal1, BVal2, BVal3, DVal1, DVal2, DVal3) |
C# | |
---|
void GetRotationComponentsValues2(
out System.bool BVal1,
out System.bool BVal2,
out System.bool BVal3,
out System.double DVal1,
out System.double DVal2,
out System.double DVal3
) |
C++/CLI | |
---|
void GetRotationComponentsValues2(
& [Out] System.bool BVal1,
& [Out] System.bool BVal2,
& [Out] System.bool BVal3,
& [Out] System.double DVal1,
& [Out] System.double DVal2,
& [Out] System.double DVal3
) |
Parameters
- BVal1
- -1 or true to use DVal1 , 0 or false to not (see Remarks)
- BVal2
- -1 or true to use DVal2, 0 or false to not (see Remarks)
- BVal3
- -1 or true to use DVal3, 0 or false to not (see Remarks)
- DVal1
- (see Remarks)
- DVal2
- (see Remarks)
- DVal3
- (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04