Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / Regen Method / Regen(Double) Method
The maximum deviation

In This Topic
    Regen(Double) Method
    In This Topic
    Computes the curve or surface tessellation.
    Syntax
    'Declaration
     
    Public Overloads Overridable Sub Regen( _
       ByVal deviation As Double _
    ) 
    public virtual void Regen( 
       double deviation
    )

    Parameters

    deviation
    The maximum deviation
    Remarks
    Can't be called on BlockReference entities. Call one of the other overloads for BlockReference entities.
    See Also