Gets the excitation values in each direction.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetExcitationDirectionValues( _
ByRef DVal1 As System.Double, _
ByRef DVal2 As System.Double, _
ByRef DVal3 As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBaseExcitation
Dim DVal1 As System.Double
Dim DVal2 As System.Double
Dim DVal3 As System.Double
instance.GetExcitationDirectionValues(DVal1, DVal2, DVal3) |
C# | |
---|
void GetExcitationDirectionValues(
out System.double DVal1,
out System.double DVal2,
out System.double DVal3
) |
C++/CLI | |
---|
void GetExcitationDirectionValues(
& [Out] System.double DVal1,
& [Out] System.double DVal2,
& [Out] System.double DVal3
) |
Parameters
- DVal1
- Excitation along plane direction 1; valid only if BDir1 = 1 in ICWBaseExcitation::GetExcitationDirections (see Remarks)
- DVal2
- Excitation along plane direction 2; valid only if BDir2 = 1 in ICWBaseExcitation::GetExcitationDirections (see Remarks)
- DVal3
- Excitation along plane direction 3; valid only if BDir3 = 1 in ICWBaseExcitation::GetExcitationDirections (see Remarks)
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0