Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / QuickOffset Method / QuickOffset(Double,Plane) Method
Signed offset amount
Toolpath pln

In This Topic
    QuickOffset(Double,Plane) Method
    In This Topic
    Quick offset function for NC toolpaths.
    Syntax
    'Declaration
     
    Public Overloads Function QuickOffset( _
       ByVal amount As Double, _
       ByVal pln As Plane _
    ) As ICurve()
    public ICurve[] QuickOffset( 
       double amount,
       Plane pln
    )

    Parameters

    amount
    Signed offset amount
    pln
    Toolpath pln

    Return Value

    An array of curves.
    See Also