EgtMachKernel :
- prime modifiche per tagli inclinati su esterno archi.
This commit is contained in:
+21
-21
@@ -41,27 +41,27 @@ using namespace std ;
|
||||
// 2052 = "Warning in Disposition : No shifts"
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static std::string DIS_TABLE = "Tab" ;
|
||||
static std::string DIS_PHASE = "Ph" ;
|
||||
static std::string DIS_REF1 = "Ref1" ;
|
||||
static std::string DIS_AREA1 = "Area1" ;
|
||||
static std::string DIS_FXD_TOT = "FxT" ;
|
||||
static std::string DIS_FXD_NAME = "FxN" ;
|
||||
static std::string DIS_FXD_POS = "FxP" ;
|
||||
static std::string DIS_FXD_ANG = "FxA" ;
|
||||
static std::string DIS_FXD_MOV = "FxM" ;
|
||||
static std::string DIS_MVD_TOT = "MvT" ;
|
||||
static std::string DIS_MVD_ID = "MvI" ;
|
||||
static std::string DIS_MVD_TYPE = "MvT" ;
|
||||
static std::string DIS_MVD_PNT = "MvP" ;
|
||||
static std::string DIS_MVD_ANG = "MvA" ;
|
||||
static std::string DIS_MVD_FLAG = "MvF" ;
|
||||
static std::string DIS_NUM = "NUM" ;
|
||||
static std::string DIS_HEAD = "Head" ;
|
||||
static std::string DIS_EXIT = "Exit" ;
|
||||
static std::string DIS_SOMEBYHAND = "Sbh" ;
|
||||
static std::string DIS_TCPOS = "TcPos" ;
|
||||
static std::string DIS_AREA1_OFFS = "Area1Offs" ;
|
||||
static string DIS_TABLE = "Tab" ;
|
||||
static string DIS_PHASE = "Ph" ;
|
||||
static string DIS_REF1 = "Ref1" ;
|
||||
static string DIS_AREA1 = "Area1" ;
|
||||
static string DIS_FXD_TOT = "FxT" ;
|
||||
static string DIS_FXD_NAME = "FxN" ;
|
||||
static string DIS_FXD_POS = "FxP" ;
|
||||
static string DIS_FXD_ANG = "FxA" ;
|
||||
static string DIS_FXD_MOV = "FxM" ;
|
||||
static string DIS_MVD_TOT = "MvT" ;
|
||||
static string DIS_MVD_ID = "MvI" ;
|
||||
static string DIS_MVD_TYPE = "MvT" ;
|
||||
static string DIS_MVD_PNT = "MvP" ;
|
||||
static string DIS_MVD_ANG = "MvA" ;
|
||||
static string DIS_MVD_FLAG = "MvF" ;
|
||||
static string DIS_NUM = "NUM" ;
|
||||
static string DIS_HEAD = "Head" ;
|
||||
static string DIS_EXIT = "Exit" ;
|
||||
static string DIS_SOMEBYHAND = "Sbh" ;
|
||||
static string DIS_TCPOS = "TcPos" ;
|
||||
static string DIS_AREA1_OFFS = "Area1Offs" ;
|
||||
|
||||
//----------------------------------------------------------------------------
|
||||
static double DISP_BOX_TOL = - 0.5 ;
|
||||
|
||||
Reference in New Issue
Block a user