Hide Table of Contents
InsertSewRefSurface Method (IFeatureManager)

Creates a surface by knitting the selected surfaces together.

.NET Syntax

Visual Basic (Declaration) 
Function InsertSewRefSurface( _
   ByVal UseGapFilters As System.Boolean, _
   ByVal TryToFormSolid As System.Boolean, _
   ByVal MergeEntities As System.Boolean, _
   ByVal KnitTolerance As System.Double, _
   ByVal MaxValueForGapRange As System.Double _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim UseGapFilters As System.Boolean
Dim TryToFormSolid As System.Boolean
Dim MergeEntities As System.Boolean
Dim KnitTolerance As System.Double
Dim MaxValueForGapRange As System.Double
Dim value As Feature
 
value = instance.InsertSewRefSurface(UseGapFilters, TryToFormSolid, MergeEntities, KnitTolerance, MaxValueForGapRange)
C# 
Feature InsertSewRefSurface( 
   System.bool UseGapFilters,
   System.bool TryToFormSolid,
   System.bool MergeEntities,
   System.double KnitTolerance,
   System.double MaxValueForGapRange
)
C++/CLI 
Feature^ InsertSewRefSurface( 
&   System.bool UseGapFilters,
&   System.bool TryToFormSolid,
&   System.bool MergeEntities,
&   System.double KnitTolerance,
&   System.double MaxValueForGapRange
) 

Parameters

UseGapFilters
True to use gap filters, false to not
TryToFormSolid
True to form a solid body, false to no
MergeEntities
True to merge edges and faces by removing redundant vertices and edges, false to not
KnitTolerance
Knit tolerance (see Remarks)
MaxValueForGapRange
Maximum value of gap range for gap filters

Return Value

Feature

Example

Remarks

Make selections using IModelDocExtension::SelectByID2 with a mark number of 1. See the SOLIDWORKS Help for information about what entities are valid for selection.

A knit tolerance's:

  • lower limit is 0.0001 mm
  • upper limit is 0.1 mm

The knit tolerance value should be in a gap range such that:

(Minimum gap) <= (Knit tolerance) <= MIN(0.1 mm, Maximum gap)

 

See Also

Availability

SOLIDWORKS 2010 FCS, Revision Number 18.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:   InsertSewRefSurface Method (IFeatureManager)
*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) 2019 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.