Utility.ComputeTolerance Method

Computes visual refinement tolerance.
Public Shared Function ComputeTolerance( _ 
ByVal sceneDiagonal As Double
) As Double
This language is not supported or no code example is available.
public static double ComputeTolerance( 
double sceneDiagonal 
)
This language is not supported or no code example is available.

Parameters

sceneDiagonal
double

The length of the scene bounding box diagonal

Return Value

double

The resulting visual refinement tolerance.

.NET Framework

Supported in: 4.8

In this article

Definition