Sets the translation components for this restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetTranslationComponentsValues2( _
ByVal BVal1 As System.Boolean, _
ByVal BVal2 As System.Boolean, _
ByVal BVal3 As System.Boolean, _
ByVal DVal1 As System.Double, _
ByVal DVal2 As System.Double, _
ByVal 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.SetTranslationComponentsValues2(BVal1, BVal2, BVal3, DVal1, DVal2, DVal3) |
C# | |
---|
void SetTranslationComponentsValues2(
System.bool BVal1,
System.bool BVal2,
System.bool BVal3,
System.double DVal1,
System.double DVal2,
System.double DVal3
) |
C++/CLI | |
---|
void SetTranslationComponentsValues2(
& System.bool BVal1,
& System.bool BVal2,
& System.bool BVal3,
& System.double DVal1,
& System.double DVal2,
& System.double DVal3
) |
Parameters
- BVal1
- -1 or true to set DVal1, 0 or false to not (see Remarks)
- BVal2
- -1 or true to set DVal2, 0 or false to not (see Remarks)
- BVal3
- -1 or true to set 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