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