Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Offset Method
The offset amount

In This Topic
    Offset Method (Plane)
    In This Topic
    Returns a new plane with the specified offset from this one.
    Syntax
    'Declaration
     
    Public Function Offset( _
       ByVal amount As Double _
    ) As Plane
    public Plane Offset( 
       double amount
    )

    Parameters

    amount
    The offset amount

    Return Value

    The new plane object.
    See Also