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