Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Point Class / Offset Method

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

    Parameters

    amount
    planeNormal
    tolerance
    sharp
    See Also