Hide Table of Contents
InsertNetBlend Method (IFeatureManager)

This method inserts a boundary feature.

.NET Syntax

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

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 variable, the more intermediate sections created
    WantsSolid

    True if you want a solid body, false if you want a surface body

    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
    RUE to cap the ends, false to not
    EndThickness
    End cap thickness
    AutoFillet
    True to fillet the corners automatically, false to not
    FilletRadius
    Fillet radius, if automatic corner fillets is enabled
    ForceNonRational
    True to force the resulting surface to be non-rational, false to no

    Return Value

    Pointer to the IFeature object

    Example

    Remarks

    Currently this method only supports creating boundary surfaces.

    You can only use IModelDocExtension::SelectByID2 to select the curves for the boundary surface. The only valid marks for selecting the curves are:

    • 1 for Direction 1 curves
    • 2 for Direction 2 curves
     

    See Also

    Availability

    SolidWorks 2007 FCS, Revision Number 15.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:   InsertNetBlend 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) 2012 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.