Sets the friction coefficient of the contact sets to edit.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetFrictionValue( _
ByVal DFrictionValue As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMultipleContactSetsEditManager
Dim DFrictionValue As System.Double
Dim value As System.Integer
value = instance.SetFrictionValue(DFrictionValue) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMultipleContactSetsEditManager~SetFrictionValue.html# | |
---|
System.int SetFrictionValue(
System.double DFrictionValue
) |
Parameters
- DFrictionValue
- 0.0 <= Coefficient of friction <= 1.0
Return Value
Error code as defined in
swsMultipleContactsEditErrorCode_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0