Hide Table of Contents
AddCable Method (ICWLoadsAndRestraintsManager)

Adds a cable.

.NET Syntax

Visual Basic (Declaration) 
Function AddCable( _
   ByVal VertexOrFaceForEnd1 As System.Object, _
   ByVal VertexOrFaceForEnd2 As System.Object, _
   ByVal NUnitSys As System.Integer, _
   ByRef ErrorCode As System.Integer _
) As CWCable
Visual Basic (Usage) 
Dim instance As ICWLoadsAndRestraintsManager
Dim VertexOrFaceForEnd1 As System.Object
Dim VertexOrFaceForEnd2 As System.Object
Dim NUnitSys As System.Integer
Dim ErrorCode As System.Integer
Dim value As CWCable
 
value = instance.AddCable(VertexOrFaceForEnd1, VertexOrFaceForEnd2, NUnitSys, ErrorCode)
C# 
CWCable AddCable( 
   System.object VertexOrFaceForEnd1,
   System.object VertexOrFaceForEnd2,
   System.int NUnitSys,
   out System.int ErrorCode
)
C++/CLI 
CWCable^ AddCable( 
&   System.Object^ VertexOrFaceForEnd1,
&   System.Object^ VertexOrFaceForEnd2,
&   System.int NUnitSys,
&   [Out] System.int ErrorCode
) 

Parameters

VertexOrFaceForEnd1
Vertex, edge, or face for End1 (see Remarks)
VertexOrFaceForEnd2
Vertex, edge, or face for End2 (see Remarks)
NUnitSys
Units as defined in swsUnitSystem_e
ErrorCode
Error as defined by swsLoadsAndRestraintsErrors_e

Return Value

ICWCable

Example

See the ICWCable example.

Remarks

Specify VertexOrFaceForEnd1 and VertexOrFaceForEnd2 with one of the following objects obtained by using IModelDocExtension::SelectByRay and ISelectionMgr::GetSelectedObject6:

  • Vertex
  • Circular edge (for shells)
  • Face or cylindrical face (for solid bodies)
 

See Also

Availability

SOLIDWORKS Simulation API 2026 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:   AddCable 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) 2026 PR1

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.