Hide Table of Contents
AddEdgeWeldConnector Method (ICWLoadsAndRestraintsManager)

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, _
   ByVal BSpringDamper 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 BSpringDamper As System.Integer
Dim ErrorCode As System.Integer
Dim value As CWEdgeWeldConnector
 
value = instance.AddEdgeWeldConnector(FirstFace, SecondFace, Edges, NEdgeWeldStyle, BSpringDamper, ErrorCode)
C# 
CWEdgeWeldConnector AddEdgeWeldConnector( 
   System.object FirstFace,
   System.object SecondFace,
   System.object Edges,
   System.int NEdgeWeldStyle,
   System.int BSpringDamper,
   out System.int ErrorCode
)
C++/CLI 
CWEdgeWeldConnector^ AddEdgeWeldConnector( 
&   System.Object^ FirstFace,
&   System.Object^ SecondFace,
&   System.Object^ Edges,
&   System.int NEdgeWeldStyle,
&   System.int BSpringDamper,
&   [Out] System.int 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
BSpringDamper
N/A
ErrorCode
Error code as defined by swsEdgeWeldCreationErrorCode_e

Return Value

ICWEdgeWeldConnector

Example

 

See Also

Availability

SOLIDWORKS Simulation API 2015 SP0


Provide feedback on this topic

SOLIDWORKS welcomes your feedback concerning the presentation, accuracy, and thoroughness of the documentation. Use the form below to send your comments and suggestions about this topic directly to our documentation team. The documentation team cannot answer technical support questions. Click here for information about technical support.

* Required

 
*Email:  
Subject:   Feedback on Help Topics
Page:   AddEdgeWeldConnector Method (ICWLoadsAndRestraintsManager)
*Comment:  
*   I acknowledge I have read and I hereby accept the privacy policy under which my Personal Data will be used by Dassault Systèmes

Print Topic

Select the scope of content to print:

x

We have detected you are using a browser version older than Internet Explorer 7. For optimized display, we suggest upgrading your browser to Internet Explorer 7 or newer.

 Never show this message again
x

Web Help Content Version: API Help (English only) 2015 SP05

To disable Web help from within SOLIDWORKS and use local help instead, click Help > Use SOLIDWORKS Web Help.

To report problems encountered with the Web help interface and search, contact your local support representative. To provide feedback on individual help topics, use the “Feedback on this topic” link on the individual topic page.