Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Surface Class / Offset Method
The signed distance
The tolerance
The resulting offset surface

In This Topic
    Offset Method (Surface)
    In This Topic
    Computes the offset surface.
    Syntax
    'Declaration
     
    Public Overridable Function Offset( _
       ByVal amount As Double, _
       ByVal tol As Double, _
       ByRef offsetSurf As Surface _
    ) As Boolean
    public virtual bool Offset( 
       double amount,
       double tol,
       out Surface offsetSurf
    )

    Parameters

    amount
    The signed distance
    tol
    The tolerance
    offsetSurf
    The resulting offset surface

    Return Value

    True if the operation is succeful, false otherwise.
    See Also