Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Fillet Method / Fillet(Surface,Surface,Double,Double,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Surface[]) Method
First surface
Second surface
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 resulting fillet surfaces

In This Topic
    Fillet(Surface,Surface,Double,Double,Boolean,Boolean,Boolean,Boolean,Boolean,Boolean,Surface[]) Method
    In This Topic
    Constant fillet between two surfaces.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Fillet( _
       ByVal F As Surface, _
       ByVal G As 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( 
       Surface F,
       Surface G,
       double radius,
       double tol,
       bool flipNormalF,
       bool flipNormalG,
       bool trimF,
       bool trimG,
       bool flipTrimSideF,
       bool flipTrimSideG,
       out Surface[] fillet
    )

    Parameters

    F
    First surface
    G
    Second surface
    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 resulting fillet surfaces

    Return Value

    See Also