Gets or sets the magnitude of velocity at impact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Velocity As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As Double
instance.Velocity = value
value = instance.Velocity
|
C# | |
---|
double Velocity {get; set;} |
C++/CLI | |
---|
property double Velocity {
double get();
void set (double value);
} |
Return Value
Magnitude of velocity at impact
Example
Remarks
See Also
Availability
SolidWorks Simulation API 2012 SP0