Creates the specified edge weld connector.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function AddEdgeWeldConnector( _
ByVal FirstFace As System.Object, _
ByVal SecondFace As System.Object, _
ByVal Edges As System.Object, _
ByVal NEdgeWeldStyle As System.Integer, _
ByRef ErrorCode As System.Integer _
) As CWEdgeWeldConnector |
Visual Basic (Usage) | |
---|
Dim instance As ICWLoadsAndRestraintsManager
Dim FirstFace As System.Object
Dim SecondFace As System.Object
Dim Edges As System.Object
Dim NEdgeWeldStyle As System.Integer
Dim ErrorCode As System.Integer
Dim value As CWEdgeWeldConnector
value = instance.AddEdgeWeldConnector(FirstFace, SecondFace, Edges, NEdgeWeldStyle, ErrorCode) |
Parameters
- FirstFace
- Array of Face Set1 faces
- SecondFace
- Array of Face Set2 faces
If NEdgeWeldStyle = swsEdgeWeldConnectorTypes_e... |
Then SecondFace array contains faces that are... |
swsEdgeWeldConnectorGrooveDoubleSided
- or -
swsEdgeWeldConnectorGrooveSingleSided |
Parallel to faces in FirstFace array |
swsEdgeWeldConnectorFilletDoubleSided
- or -
swsEdgeWeldConnectorFilletSingleSided |
Perpendicular to faces in FirstFace array |
- Edges
- Array of touching edges between the faces specified in FirstFace and SecondFace arrays
- NEdgeWeldStyle
- Edge weld style as defined by swsEdgeWeldConnectorTypes_e
- ErrorCode
- Error code as defined by swsEdgeWeldCreationErrorCode_e
Return Value
ICWEdgeWeldConnector
Example
See Also
Availability
SOLIDWORKS Simulation API 2015 SP0