Hide Table of Contents
InsertNetBlend2 Method (IFeatureManager)

This method inserts a boundary feature or a boundary surface feature.

.NET Syntax

Visual Basic (Declaration) 
Function InsertNetBlend2( _
   ByVal Type As System.Short, _
   ByVal NCurvesDir1 As System.Short, _
   ByVal NCurvesDir2 As System.Short, _
   ByVal HasCenterline As System.Boolean, _
   ByVal TessTolFactor As System.Double, _
   ByVal WantsSolid As System.Boolean, _
   ByVal MergeBody As System.Boolean, _
   ByVal FeatureScope As System.Boolean, _
   ByVal AutoSelect As System.Boolean, _
   ByVal Thin As System.Boolean, _
   ByVal Thickness1 As System.Double, _
   ByVal Thickness2 As System.Double, _
   ByVal ReverseThickness As System.Boolean, _
   ByVal ThinSolidType As System.Short, _
   ByVal UseSharedThickness As System.Boolean, _
   ByVal CapEnds As System.Boolean, _
   ByVal EndThickness As System.Double, _
   ByVal AutoFillet As System.Boolean, _
   ByVal FilletRadius As System.Double, _
   ByVal ForceNonRational As System.Boolean, _
   ByVal CreateSolid As System.Boolean _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Type As System.Short
Dim NCurvesDir1 As System.Short
Dim NCurvesDir2 As System.Short
Dim HasCenterline As System.Boolean
Dim TessTolFactor As System.Double
Dim WantsSolid As System.Boolean
Dim MergeBody As System.Boolean
Dim FeatureScope As System.Boolean
Dim AutoSelect As System.Boolean
Dim Thin As System.Boolean
Dim Thickness1 As System.Double
Dim Thickness2 As System.Double
Dim ReverseThickness As System.Boolean
Dim ThinSolidType As System.Short
Dim UseSharedThickness As System.Boolean
Dim CapEnds As System.Boolean
Dim EndThickness As System.Double
Dim AutoFillet As System.Boolean
Dim FilletRadius As System.Double
Dim ForceNonRational As System.Boolean
Dim CreateSolid As System.Boolean
Dim value As Feature
 
value = instance.InsertNetBlend2(Type, NCurvesDir1, NCurvesDir2, HasCenterline, TessTolFactor, WantsSolid, MergeBody, FeatureScope, AutoSelect, Thin, Thickness1, Thickness2, ReverseThickness, ThinSolidType, UseSharedThickness, CapEnds, EndThickness, AutoFillet, FilletRadius, ForceNonRational, CreateSolid)
C# 
Feature InsertNetBlend2( 
   System.short Type,
   System.short NCurvesDir1,
   System.short NCurvesDir2,
   System.bool HasCenterline,
   System.double TessTolFactor,
   System.bool WantsSolid,
   System.bool MergeBody,
   System.bool FeatureScope,
   System.bool AutoSelect,
   System.bool Thin,
   System.double Thickness1,
   System.double Thickness2,
   System.bool ReverseThickness,
   System.short ThinSolidType,
   System.bool UseSharedThickness,
   System.bool CapEnds,
   System.double EndThickness,
   System.bool AutoFillet,
   System.double FilletRadius,
   System.bool ForceNonRational,
   System.bool CreateSolid
)
C++/CLI 
Feature^ InsertNetBlend2( 
&   System.short Type,
&   System.short NCurvesDir1,
&   System.short NCurvesDir2,
&   System.bool HasCenterline,
&   System.double TessTolFactor,
&   System.bool WantsSolid,
&   System.bool MergeBody,
&   System.bool FeatureScope,
&   System.bool AutoSelect,
&   System.bool Thin,
&   System.double Thickness1,
&   System.double Thickness2,
&   System.bool ReverseThickness,
&   System.short ThinSolidType,
&   System.bool UseSharedThickness,
&   System.bool CapEnds,
&   System.double EndThickness,
&   System.bool AutoFillet,
&   System.double FilletRadius,
&   System.bool ForceNonRational,
&   System.bool CreateSolid
) 

Parameters

Type
  • 0 = Base
  • 1 = Boss
  • 2 = Surface
  • 3 = Cut
  • NCurvesDir1
    Number of curves in Direction 1
    NCurvesDir2
    Number of curves in Direction 2
    HasCenterline
    True if a centerline exists, false if not
    TessTolFactor
    Factor to control the number of intermediate sections used for loft with centerline; default value is 1.0; the greater the value, the more intermediate sections created
    WantsSolid
    True to create a solid body, false to create a surface body; only valid when Type = 0, 1, or 3
    MergeBody
    True merges the results in a multibody part, false does not
    FeatureScope
    True if the feature only affects selected bodies, false if the feature affects all bodies
    AutoSelect
    True to automatically select all bodies and have the feature affect those bodies, false to select the bodies the feature affects
    Thin
    True if this feature is a thin body, false if not
    Thickness1
    Thickness value for the first direction
    Thickness2
    Thickness value for the second direction
    ReverseThickness
    True to reverse the thickness, false to not
    ThinSolidType
    Thin wall type as defined in swThinWallType_e
    UseSharedThickness
    True to use shared thickness, false to not
    CapEnds
    True to cap the ends, false to not
    EndThickness
    End cap thickness
    AutoFillet
    True to fillet the corners automatically, false to not
    FilletRadius
    Fillet radius when AutoFillet is true
    ForceNonRational
    True to force the resulting surface to be non-rational, false to not
    CreateSolid
    True to create a solid body, false to create a surface body; only valid when Type = 2

    Return Value

    Feature

    Example

    Remarks

    Use IModelDocExtension::SelectByID2 and the following selection marks to select the entities for a boundary feature or boundary surface feature.

    • Sketch curves
      • Direction 1: 8193, 16385, 24577
      • Direction 2: 8194, 16386, 24578
    • Faces
      • Direction 1: 8193, 16385, 24577
      • Direction 2: 8194, 16386, 24578
    • Other sketch entities (3D sketch (Unknown/SELOBJGROUP)
      • Direction 1: 12289, 24577
      • Direction 2: 16386, 28674
     

    See Also

    Availability

    SOLIDWORKS 2016 FCS, Revision Number 24.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:   InsertNetBlend2 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.