Hide Table of Contents
MergeBendTags Method (IView)

Merges or unmerges bend tags in drawings of sheet metal parts.

.NET Syntax

Visual Basic (Declaration) 
Function MergeBendTags( _
   ByVal Merge As System.Boolean, _
   ByVal BendNotes As System.Object _
) As System.Boolean
Visual Basic (Usage) 
Dim instance As IView
Dim Merge As System.Boolean
Dim BendNotes As System.Object
Dim value As System.Boolean
 
value = instance.MergeBendTags(Merge, BendNotes)
C# 
System.bool MergeBendTags( 
   System.bool Merge,
   System.object BendNotes
)
C++/CLI 
System.bool MergeBendTags( 
&   System.bool Merge,
&   System.Object^ BendNotes
) 

Parameters

Merge
True to merge bend tags, false to unmerge a merged bend tag
BendNotes
Array of two or more bend tags to merge or an array of one merged bend tag to unmerge

Return Value

True if the bend tags are merged or a merged bend tag is unmerged, false if not

Example

Remarks

To... Do...
Merge two or more bend tags
  1. Select the bend tags to merge.
  2. Select the drawing view in which the bend tags exist.
  3. Call this method with the Merge parameter set to true.
  4. Rebuild the drawing.
Unmerge a merged bend tag
  1. Select the drawing view in which the merged bend tag exists.
  2. Activate the drawing view in which the merged bend tag exists.
  3. Select the merged bend tag to unmerge.
  4. Call this method with the Merge parameter set to false.
 

See Also

Availability

SolidWorks 2013 FCS, Revision Number 21.0


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:   MergeBendTags Method (IView)
*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) 2013 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.