Sets the wall shear stiffness value for the flexible virtual wall contact sets to edit.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetTangentialStiffnessValue( _
ByVal DTangentialStiffnessValue As System.Double _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMultipleContactSetsEditManager
Dim DTangentialStiffnessValue As System.Double
Dim value As System.Integer
value = instance.SetTangentialStiffnessValue(DTangentialStiffnessValue) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMultipleContactSetsEditManager~SetTangentialStiffnessValue.html# | |
---|
System.int SetTangentialStiffnessValue(
System.double DTangentialStiffnessValue
) |
Parameters
- DTangentialStiffnessValue
- Wall shear stiffness value
Return Value
Error code as defined in
swsMultipleContactsEditErrorCode_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0