Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Fillet Method / Fillet(IList<Surface>,IList<Surface>,Double,Double,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Surface[]) Method
First surface group
Second surface group
Fillet radius
Tolerance
First surface flip normal flag
Second surface flip normal flag
When true the first surface is trimmed
When true the second surface is trimmed
First surface flip trim flag
Second surface flip trim flag
An array of fillet surfaces

In This Topic
    Fillet(IList<Surface>,IList<Surface>,Double,Double,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Surface[]) Method
    In This Topic
    Constant fillet between two groups of surfaces.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Fillet( _
       ByVal listF As IList(Of Surface), _
       ByVal listG As IList(Of Surface), _
       ByVal radius As Double, _
       ByVal tol As Double, _
       ByVal flipNormalF As Boolean, _
       ByVal flipNormalG As Boolean, _
       ByVal trimF As Boolean, _
       ByVal trimG As Boolean, _
       ByVal flipTrimSideF As Boolean, _
       ByVal flipTrimSideG As Boolean, _
       ByRef fillet As Surface() _
    ) As ssiFailureType
    public static ssiFailureType Fillet( 
       IList<Surface> listF,
       IList<Surface> listG,
       double radius,
       double tol,
       bool flipNormalF,
       bool flipNormalG,
       bool trimF,
       bool trimG,
       bool flipTrimSideF,
       bool flipTrimSideG,
       out Surface[] fillet
    )

    Parameters

    listF
    First surface group
    listG
    Second surface group
    radius
    Fillet radius
    tol
    Tolerance
    flipNormalF
    First surface flip normal flag
    flipNormalG
    Second surface flip normal flag
    trimF
    When true the first surface is trimmed
    trimG
    When true the second surface is trimmed
    flipTrimSideF
    First surface flip trim flag
    flipTrimSideG
    Second surface flip trim flag
    fillet
    An array of fillet surfaces

    Return Value

    See Also