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

In This Topic
    Offset Method (PlanarSurface)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides Function Offset( _
       ByVal amount As Double, _
       ByVal tol As Double, _
       ByRef offsetSurf As Surface _
    ) As Boolean
    public override bool Offset( 
       double amount,
       double tol,
       out Surface offsetSurf
    )

    Parameters

    amount
    tol
    offsetSurf
    See Also