AddPinConnector Method (ICWLoadsAndRestraintsManager)
Adds a pin connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddPinConnector( _
ByVal DispArrayComp1 As System.Object, _
ByVal DispArrayComp2 As System.Object, _
ByRef ErrorCode As System.Integer _
) As CWPinConnector |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim DispArrayComp1 As System.Object
Dim DispArrayComp2 As System.Object
Dim ErrorCode As System.Integer
Dim value As CWPinConnector
value = instance.AddPinConnector(DispArrayComp1, DispArrayComp2, ErrorCode) |
Parameters
- DispArrayComp1
- Array of one full cylindrical face or of multiple cylindrical faces of smaller angles belonging to the same body and coaxial with the same radius
- DispArrayComp2
- Array of one full cylindrical face or of multiple cylindrical faces of smaller angles belonging to the same body, but different than the body in DispArrayComp1, and coaxial with the same radius
- ErrorCode
- Error as defined in swsPinConnectorError_e
Return Value
Pin connector
Example
See Also
Availability
SOLIDWORKS Simulation API 2009 SP0