Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Utility Class / ComputeTolerance Method
The length of the scene bounding box diagonal

In This Topic
    ComputeTolerance Method
    In This Topic
    Computes visual refinement tolerance.
    Syntax
    'Declaration
     
    Public Shared Function ComputeTolerance( _
       ByVal sceneDiagonal As Double _
    ) As Double
    public static double ComputeTolerance( 
       double sceneDiagonal
    )

    Parameters

    sceneDiagonal
    The length of the scene bounding box diagonal

    Return Value

    The resulting visual refinement tolerance.
    See Also