Hide Table of Contents
InsertFilletBeadFeature3 Method (IFeatureManager)

Inserts fillet weld bead features for the specified face sets.

.NET Syntax

Visual Basic (Declaration) 
Function InsertFilletBeadFeature3( _
   ByVal Type1 As Short, _
   ByVal Size1 As Double, _
   ByVal Length1 As Double, _
   ByVal PenetrationType1 As Short, _
   ByVal PenetrationValue1 As Double, _
   ByVal Pitch As Double, _
   ByVal Type2 As Short, _
   ByVal Size2 As Double, _
   ByVal Length2 As Double, _
   ByVal PenetrationType2 As Short, _
   ByVal PenetrationValue2 As Double, _
   ByVal Flag As Integer, _
   ByVal EdgeNum1 As Integer, _
   ByVal DeSelEdge1 As Object, _
   ByVal EdgeNum2 As Integer, _
   ByVal DeSelEdge2 As Object, _
   ByVal FaceSet1 As Object, _
   ByVal FaceSet2 As Object _
) As Feature
Visual Basic (Usage) 
Dim instance As IFeatureManager
Dim Type1 As Short
Dim Size1 As Double
Dim Length1 As Double
Dim PenetrationType1 As Short
Dim PenetrationValue1 As Double
Dim Pitch As Double
Dim Type2 As Short
Dim Size2 As Double
Dim Length2 As Double
Dim PenetrationType2 As Short
Dim PenetrationValue2 As Double
Dim Flag As Integer
Dim EdgeNum1 As Integer
Dim DeSelEdge1 As Object
Dim EdgeNum2 As Integer
Dim DeSelEdge2 As Object
Dim FaceSet1 As Object
Dim FaceSet2 As Object
Dim value As Feature
 
value = instance.InsertFilletBeadFeature3(Type1, Size1, Length1, PenetrationType1, PenetrationValue1, Pitch, Type2, Size2, Length2, PenetrationType2, PenetrationValue2, Flag, EdgeNum1, DeSelEdge1, EdgeNum2, DeSelEdge2, FaceSet1, FaceSet2)
C# 
Feature InsertFilletBeadFeature3( 
   short Type1,
   double Size1,
   double Length1,
   short PenetrationType1,
   double PenetrationValue1,
   double Pitch,
   short Type2,
   double Size2,
   double Length2,
   short PenetrationType2,
   double PenetrationValue2,
   int Flag,
   int EdgeNum1,
   object DeSelEdge1,
   int EdgeNum2,
   object DeSelEdge2,
   object FaceSet1,
   object FaceSet2
)
C++/CLI 
Feature^ InsertFilletBeadFeature3( 
&   short Type1,
&   double Size1,
&   double Length1,
&   short PenetrationType1,
&   double PenetrationValue1,
&   double Pitch,
&   short Type2,
&   double Size2,
&   double Length2,
&   short PenetrationType2,
&   double PenetrationValue2,
&   int Flag,
&   int EdgeNum1,
&   Object^ DeSelEdge1,
&   int EdgeNum2,
&   Object^ DeSelEdge2,
&   Object^ FaceSet1,
&   Object^ FaceSet2
) 

Parameters

Type1

First side:

  • 0 = Full length

  • 1 = Intermittent

  • 2 = Staggered

Size1
Size of fillet on first side
Length1
Length of fillet on first side
PenetrationType1

First side:

  • 0 = Full penetration

  • 1 = Partial penetration

  • 2 = No penetration

PenetrationValue1

If penetrationType1 is set to 1 (Partial penetration), then set its value

Pitch

Pitch, if Intermittent or Staggered on both sides

Type2
Second side:
  • 0= Full length

  • 1 = Intermittent

  • 2= Staggered

Size2
Size of fillet on second side
Length2
Length of fillet on second side
PenetrationType2

Second side:

  • 0 = Full penetration

  • 1 = Partial penetration

  • 2 = No penetration

PenetrationValue2

If penetrationType2 is set to 1 (Partial penetration), then set its value

Flag
  • 0 = One-sided and no tangent propagation

  • 1 = Two-sided

  • 2 = Tangent propagation

  • 3 = Two-sided and tangent propagation

EdgeNum1
Number of intersecting edges on first side
DeSelEdge1

Array indicating if intersecting edges are selected (0) or deselected (1) on first side

EdgeNum2
Number of intersecting edges on second side
DeSelEdge2
Array indicating if intersecting edges are selected (0) or deselected (1) on second side
FaceSet1
Array of side 1 faces whose intersecting edges get fillet beads
FaceSet2
Array of side 2 faces whose intersecting edges get fillet beads

Return Value

Feature

Example

Remarks

This interface specifies two face arrays, one for each side of a part feature. The fillet bead is applied to the edges where each face intersects for each array specified.
 

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:   InsertFilletBeadFeature3 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) 2010 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.