Gets whether to reverse base excitation directions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetExcitationReverseDirections2( _
ByRef BDir1 As System.Boolean, _
ByRef BDir2 As System.Boolean, _
ByRef BDir3 As System.Boolean, _
ByRef BReversePhaseAngle As System.Boolean _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBaseExcitation
Dim BDir1 As System.Boolean
Dim BDir2 As System.Boolean
Dim BDir3 As System.Boolean
Dim BReversePhaseAngle As System.Boolean
instance.GetExcitationReverseDirections2(BDir1, BDir2, BDir3, BReversePhaseAngle) |
C++/CLI | |
---|
void GetExcitationReverseDirections2(
& [Out] System.bool BDir1,
& [Out] System.bool BDir2,
& [Out] System.bool BDir3,
& [Out] System.bool BReversePhaseAngle
) |
Parameters
- BDir1
- -1 or true to reverse plane direction 1, 0 or false to not; valid only if BDir1 = -1 in ICWBaseExcitation::GetExcitationDirections2 (see Remarks)
- BDir2
- -1 or true to reverse plane direction 2, 0 or false to not; valid only if BDir2 = -1 in ICWBaseExcitation::GetExcitationDirections2 (see Remarks)
- BDir3
- -1 or true to reverse plane direction 3, 0 or false to not; valid only if BDir3 = -1 in ICWBaseExcitation::GetExcitationDirections2 (see Remarks)
- BReversePhaseAngle
- -1 or true to reverse phase angle, 0 or false to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0