diff --git a/EXeConst.h b/EXeConst.h index 3c74207..b40c93a 100644 --- a/EXeConst.h +++ b/EXeConst.h @@ -52,6 +52,7 @@ enum ApprType{ APP_LINES = 0, // come ICurve::APL_STD APP_ARCS = 3} ; //----------------- Costanti tipo costruzione pezzi piani ---------------------- -enum FpcType{ FPC_REGION = 1, // costruzione da regione +enum FpcType{ FPC_NGE = 0, // costruzione da pezzo Nge + FPC_REGION = 1, // costruzione da regione FPC_LAYER = 2, // costruzione da layer - FPC_NGE = 3} ; // costruzione da pezzo Nge \ No newline at end of file + FPC_CLOSEDCURVE = 3}; // costruzione da curva chiusa