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