Gets or sets the coefficient of friction for contact 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
Coefficient of friction
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2008 SP1.0