Gets the translation component values for the restraint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetTranslationComponentsValues( _
ByRef BVal1 As System.Integer, _
ByRef BVal2 As System.Integer, _
ByRef BVal3 As System.Integer, _
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.Integer
Dim BVal2 As System.Integer
Dim BVal3 As System.Integer
Dim DVal1 As System.Double
Dim DVal2 As System.Double
Dim DVal3 As System.Double
instance.GetTranslationComponentsValues(BVal1, BVal2, BVal3, DVal1, DVal2, DVal3) |
C# | |
---|
void GetTranslationComponentsValues(
out System.int BVal1,
out System.int BVal2,
out System.int BVal3,
out System.double DVal1,
out System.double DVal2,
out System.double DVal3
) |
C++/CLI | |
---|
void GetTranslationComponentsValues(
& [Out] System.int BVal1,
& [Out] System.int BVal2,
& [Out] System.int BVal3,
& [Out] System.double DVal1,
& [Out] System.double DVal2,
& [Out] System.double DVal3
) |
Parameters
- BVal1
- 1 if translation in the X direction is prescribed, 0 if not
- BVal2
- 1 if translation in the Y direction is prescribed, 0 if not
- BVal3
- 1 if translation in the Z direction is prescribed, 0 if not
- DVal1
- X translation
- DVal2
- Y translation
- DVal3
- Z translation
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0