Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / LinearPath Class / Offset Method / Offset(Double,Vector3D,Double,Boolean) Method

In This Topic
    Offset(Double,Vector3D,Double,Boolean) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Offset( _
       ByVal amount As Double, _
       ByVal planeNormal As Vector3D, _
       ByVal tol As Double, _
       ByVal sharp As Boolean _
    ) As ICurve
    public ICurve Offset( 
       double amount,
       Vector3D planeNormal,
       double tol,
       bool sharp
    )

    Parameters

    amount
    planeNormal
    tol
    sharp
    See Also