Gets or sets the friction factor used to calculate the axial force from a given torque.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FrictionValue As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWBoltConnector
Dim value As System.Double
instance.FrictionValue = value
value = instance.FrictionValue |
C# | |
---|
System.double FrictionValue {get; set;} |
C++/CLI | |
---|
property System.double FrictionValue {
System.double get();
void set ( & System.double value);
} |
Property Value
Friction factor
Example
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0