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