00001 /*************************************************************************** 00002 ut_const.h - description 00003 ------------------- 00004 begin : Fri Aug 25 2000 00005 copyright : (C) 2000 by CADCAM-Services Franz Reiter 00006 email : franz.reiter@cadcam.co.at 00007 00008 **************************************************************************** 00009 00010 *//* 00024 00025 */ 00026 00027 00028 00029 00030 //================================================================ 00031 // constant Tolerances: 00032 double UT_TOL_min2 = 1E-12; 00033 double UT_TOL_min1 = 0.00000001; 00034 double UT_TOL_min0 = 0.0000005; 00035 double UT_TOL_PAR = 0.00001; 00036 double UT_TOL_Ang1 = 0.00017; 00037 double UT_TOL_0Cos = 0.0000001; 00038 00039 // Angles: degree-val: 1=0.017 0.1:0.002 0.01=0.0002 00040 00041 00042 //================================================================ 00043 // Tolerances depending on Modelsize: APT_ModSiz (../ci/NC_Main.c) 00044 // Defaultvalues with Modelsize=500: 00045 00047 double UT_TOL_pt = 0.0001; 00048 00050 double UT_TOL_ln = 0.001; 00051 00053 double UT_TOL_cv = 0.005; // Angle: ca 0.3 degree 00054 00056 double UT_DISP_cv = 0.05; // 2003-09-05: 0.05; war 0.01 00057 00058 00059 00060 00061 //================ EOF =====================