Sets whether to reverse base excitation directions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetExcitationReverseDirections( _
ByVal BDir1 As System.Integer, _
ByVal BDir2 As System.Integer, _
ByVal BDir3 As System.Integer, _
ByVal 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.SetExcitationReverseDirections(BDir1, BDir2, BDir3, BReversePhaseAngle) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWBaseExcitation~SetExcitationReverseDirections.html# | |
---|
void SetExcitationReverseDirections(
System.int BDir1,
System.int BDir2,
System.int BDir3,
System.int BReversePhaseAngle
) |
Parameters
- BDir1
- 1 to reverse plane direction 1, 0 to not (see Remarks)
- BDir2
- 1 to reverse plane direction 2, 0 to not (see Remarks)
- BDir3
- 1 to reverse plane direction 3, 0 to not (see Remarks)
- BReversePhaseAngle
- 1 to reverse phase angle, 0 to not (see Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0