Basic constants tolereances. More...
Go to the source code of this file.
Variables | |
| double | UT_TOL_min2 = 1E-12 |
| double | UT_TOL_min1 = 0.00000001 |
| double | UT_TOL_min0 = 0.0000005 |
| double | UT_TOL_PAR = 0.00001 |
| tolerance for parallelism | |
| double | UT_TOL_Ang1 = 0.00017 |
| Angle 0.01 degree. | |
| double | UT_TOL_Ang2 = 0.0002 |
| Angle 0.1 degree. | |
| double | UT_TOL_0Cos = 0.0000001 |
| tolerance for zero cosine | |
| double | UT_TOL_pt = 0.0001 |
| identical Points-tolerence | |
| double | UT_TOL_ln = 0.001 |
| max deviation of points from line | |
| double | UT_TOL_cv = 0.005 |
| max analytical deviation for curves | |
| double | UT_DISP_cv = 0.05 |
| max. display-deviation for circles, curves | |
Basic constants tolereances.
FOR INFORMATION ONLY;
DO NOT INCLUDE.
USE WITH:
// includes from ../ut/ut_geo_const.h
extern <typ> <name>;
| double UT_TOL_min2 = 1E-12 |
| double UT_TOL_min1 = 0.00000001 |
| double UT_TOL_min0 = 0.0000005 |
| double UT_TOL_PAR = 0.00001 |
tolerance for parallelism
| double UT_TOL_Ang1 = 0.00017 |
Angle 0.01 degree.
tolerance for Angle 0.01 Grad
| double UT_TOL_Ang2 = 0.0002 |
Angle 0.1 degree.
| double UT_TOL_0Cos = 0.0000001 |
tolerance for zero cosine
| double UT_TOL_pt = 0.0001 |
identical Points-tolerence
| double UT_TOL_ln = 0.001 |
max deviation of points from line
max deviation of a point from a line
| double UT_TOL_cv = 0.005 |
max analytical deviation for curves
max deviation from curve (distance analyticalCurve -> Curvepoint)
| double UT_DISP_cv = 0.05 |
max. display-deviation for circles, curves
max deviation from curve (distance analyticalCurve -> displayPolygon)
1.6.3