Gets or sets the friction coefficient for component contact.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FrictionValue As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
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 for component contact
See Also
Availability
SolidWorks Simulation API 2008 SP1.0