Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / Inflate Method / Inflate(Double,Double) Method
The inflate amount
The tessellation tolerance

In This Topic
    Inflate(Double,Double) Method
    In This Topic
    Inflates this linear path of the desired amount.
    Syntax
    'Declaration
     
    Public Overloads Function Inflate( _
       ByVal amount As Double, _
       ByVal tol As Double _
    ) As ICurve()
    public ICurve[] Inflate( 
       double amount,
       double tol
    )

    Parameters

    amount
    The inflate amount
    tol
    The tessellation tolerance

    Return Value

    The resulting array of closed contours.
    See Also