Gets or sets the coefficient of friction between the model and the impact plane.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FrictionCoefficient As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWDropTestSetup
Dim value As Double
instance.FrictionCoefficient = value
value = instance.FrictionCoefficient
|
C# | |
---|
double FrictionCoefficient {get; set;} |
C++/CLI | |
---|
property double FrictionCoefficient {
double get();
void set (double value);
} |
Return Value
Coefficient of friction
Example
See Also
Availability
SolidWorks Simulation API 2012 SP0