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