Adds a general spring connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddGeneralSpringConnector( _
ByVal DispFaceComp1 As System.Object, _
ByVal DispFaceComp2 As System.Object, _
ByRef ErrorCode As System.Integer _
) As CWGeneralSpringConnector |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim DispFaceComp1 As System.Object
Dim DispFaceComp2 As System.Object
Dim ErrorCode As System.Integer
Dim value As CWGeneralSpringConnector
value = instance.AddGeneralSpringConnector(DispFaceComp1, DispFaceComp2, ErrorCode) |
Parameters
- DispFaceComp1
- Component 1 face
- DispFaceComp2
- Component 2 face
- ErrorCode
- Error code as defined by swsGeneralSpringError_e
Return Value
General spring connector
Example
See Also
Availability
SOLIDWORKS Simulation API 2025 SP0