Hide Table of Contents
FeatureFillet Method (IFeatureManager)

Obsolete. Superseded by IFeatureManager::FeatureFillet2.

.NET Syntax

Visual Basic (Declaration) 
Function FeatureFillet( _
   ByVal Options As System.Integer, _
   ByVal R1 As System.Double, _
   ByVal Ftyp As System.Integer, _
   ByVal OverflowType As System.Integer, _
   ByVal Radii As System.Object, _
   ByVal SetBackDistances As System.Object, _
   ByVal PointRadiusArray As System.Object _
) As System.Object
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Options As System.Integer
Dim R1 As System.Double
Dim Ftyp As System.Integer
Dim OverflowType As System.Integer
Dim Radii As System.Object
Dim SetBackDistances As System.Object
Dim PointRadiusArray As System.Object
Dim value As System.Object
 
value = instance.FeatureFillet(Options, R1, Ftyp, OverflowType, Radii, SetBackDistances, PointRadiusArray)
C# 
System.object FeatureFillet( 
   System.int Options,
   System.double R1,
   System.int Ftyp,
   System.int OverflowType,
   System.object Radii,
   System.object SetBackDistances,
   System.object PointRadiusArray
)
C++/CLI 
System.Object^ FeatureFillet( 
&   System.int Options,
&   System.double R1,
&   System.int Ftyp,
&   System.int OverflowType,
&   System.Object^ Radii,
&   System.Object^ SetBackDistances,
&   System.Object^ PointRadiusArray
) 

Parameters

Options
Feature fillet options as defined in swFeatureFilletOptions_e
R1

Radius; valid only if:

Ftyp
Type of fillet as defined in swFeatureFilletType_e (see Remarks)
OverflowType

Control of fillet overflowing onto adjacent surfaces as defined in swFilletOverFlowType_e

Radii

Array containing the radii for the variable radius fillet; valid only if:

SetBackDistances

Array containing setback distances for the fillet along the edge

PointRadiusArray

Array containing control point radii at various points along the length of the edge; valid only if Ftyp is set to swFeatureFilletType_e.swFeatureFilletType_VariableRadius

Return Value

IFeature

Remarks

Before calling this method to create... Do this...
Simple fillets
  1. Call IModelDocExtension::SelectByID2 with Mark = 1 to select the edges to fillet.
  2. Specify Ftyp with swFeatureFilletType_e.swFeatureFilletType_Simple.
Face blend fillets
  1. Call IModelDocExtension::SelectByID2 with:
    • Mark = 2 to select the first set of faces.
    • Mark = 4 to select the second set of faces.
  1. Specify Ftyp with swFeatureFilletType_e.swFeatureFilletType_Face.
Variable radius fillets
  1. Call IModelDocExtension::SelectByID2 with Mark = 1 to select the edges to fillet.
  2. Call IModelDocExtension::SelectByID2 with Mark = 256 to select the control point references along the length of the selected edge, one control point reference for each radius in PointRadiusArray.
  3. Specify Ftyp with swFeatureFilletType_e.swFeatureFilletType_VariableRadius.
  4. Specify multiple radii in Radii.
  5. Specify multiple control point radii in PointRadiusArray.
  6. Do not set the Options parameter to swFeatureFilletOptions_e.swFilletUniformRadius.
Full-round fillets
  1. Call IModelDocExtension::SelectByID2 with:
    • Mark = 2 to select the first set of side faces.
    • Mark = 512 to select the set of center faces.
    • Mark = 4 to select the second set of side faces.
  1. Specify Ftyp with swFeatureFilletType_e.swFeatureFilletType_FullRound.
Setback fillets See the SOLIDWORKS Help for details.

 

See Also

Availability

SOLIDWORKS 2005 FCS, Revision Number 13.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:   FeatureFillet 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.