Gets or sets whether to reverse the direction of the velocity at impact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FlipVelocityDirection As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As Integer
instance.FlipVelocityDirection = value
value = instance.FlipVelocityDirection
|
C# | |
---|
int FlipVelocityDirection {get; set;} |
C++/CLI | |
---|
property int FlipVelocityDirection {
int get();
void set (int value);
} |
Return Value
1 to reverse the direction, 0 to not
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0