Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / QuickOffset Method / QuickOffset(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
    QuickOffset(Double,Plane,cornerType,Double,Double) Method
    In This Topic
    Quick offset function for NC toolpaths.
    Syntax
    'Declaration
     
    Public Overloads Function QuickOffset( _
       ByVal amount As Double, _
       ByVal pln As Plane, _
       ByVal ct As cornerType, _
       ByVal tol As Double, _
       ByVal miterLimit As Double _
    ) As ICurve()
    public ICurve[] QuickOffset( 
       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.
    Remarks
    For open linear paths, different corner types are not supported.
    See Also