Gets or sets the friction coefficient for the contact set.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FrictionValue As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactSet
Dim value As Double
instance.FrictionValue = value
value = instance.FrictionValue
|
C# | |
---|
double FrictionValue {get; set;} |
C++/CLI | |
---|
property double FrictionValue {
double get();
void set (double value);
} |
Return Value
Coefficient of friction
See Also
Availability
SolidWorks Simulation API 2008 SP1.0