Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / Pocket Method / Pocket(Double,Plane,cornerType,Double,Double) Method
Signed offset amount
Toolpath pln
Corner type
Tolerance, used only with Round corners.
The higher the miter limit setting, the sharper the corner can be while retaining its miter.

In This Topic
    Pocket(Double,Plane,cornerType,Double,Double) Method
    In This Topic
    Pocket function for NC toolpaths.
    Syntax
    'Declaration
     
    Public Overloads Function Pocket( _
       ByVal amount As Double, _
       ByVal pln As Plane, _
       ByVal ct As cornerType, _
       ByVal tol As Double, _
       ByVal miterLimit As Double _
    ) As ICurve()
    public ICurve[] Pocket( 
       double amount,
       Plane pln,
       cornerType ct,
       double tol,
       double miterLimit
    )

    Parameters

    amount
    Signed offset amount
    pln
    Toolpath pln
    ct
    Corner type
    tol
    Tolerance, used only with Round corners.
    miterLimit
    The higher the miter limit setting, the sharper the corner can be while retaining its miter.

    Return Value

    An array of curves.
    See Also