Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / GetVisualRefinementTolerance Method

In This Topic
    GetVisualRefinementTolerance Method
    In This Topic
    Gets the internal refinement tolerance used by the Regen method, computed automatically from the scene dimensions.
    Syntax
    'Declaration
     
    Protected Overridable Function GetVisualRefinementTolerance() As Double
    protected virtual double GetVisualRefinementTolerance()

    Return Value

    The refinement tolerance
    Remarks
    It can be overridden to return a different tolerance.
    See Also