Gets whether to reverse base excitation directions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetExcitationReverseDirections( _
ByRef BDir1 As System.Integer, _
ByRef BDir2 As System.Integer, _
ByRef BDir3 As System.Integer, _
ByRef BReversePhaseAngle As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWBaseExcitation
Dim BDir1 As System.Integer
Dim BDir2 As System.Integer
Dim BDir3 As System.Integer
Dim BReversePhaseAngle As System.Integer
instance.GetExcitationReverseDirections(BDir1, BDir2, BDir3, BReversePhaseAngle) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBaseExcitation~GetExcitationReverseDirections.html# | |
---|
void GetExcitationReverseDirections(
out System.int BDir1,
out System.int BDir2,
out System.int BDir3,
out System.int BReversePhaseAngle
) |
Parameters
- BDir1
- 1 to reverse plane direction 1, 0 to not; valid only if BDir1 = 1 in ICWBaseExcitation::GetExcitationDirections (see Remarks)
- BDir2
- 1 to reverse plane direction 2, 0 to not; valid only if BDir2 = 1 in ICWBaseExcitation::GetExcitationDirections (see Remarks)
- BDir3
- 1 to reverse plane direction 3, 0 to not; valid only if BDir3 = 1 in ICWBaseExcitation::GetExcitationDirections (see Remarks)
- BReversePhaseAngle
- 1 to reverse phase angle, 0 to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0