diff --git a/EExBeamConst.h b/EExBeamConst.h index cc72a7e..54749fd 100644 --- a/EExBeamConst.h +++ b/EExBeamConst.h @@ -1,13 +1,14 @@ //---------------------------------------------------------------------------- -// EgalTech 2020-2022 +// EgalTech 2020-2026 //---------------------------------------------------------------------------- -// File : EExBeamConst.h Data : 04.04.22 Versione : 2.4d2 +// File : EExBeamConst.h Data : 23.01.26 Versione : 3.1a2 // Contenuto : Dichiarazione delle costanti per travi e pareti con BTL. // // // // Modifiche : 30.08.20 DS Creazione modulo. // 04.04.22 DS Aggiunto EIBFLAG_TRIM_WITH_OUTLINE. +// 23.01.26 DS Aggiunto EIBFLAG_PARTOFFSET. // //---------------------------------------------------------------------------- @@ -22,4 +23,5 @@ enum EImBtlFlag { EIBFLAG_NONE = 0x0000, EIBFLAG_SORT = 0x0010, // ordina i pezzi nel DB in base al nome EIBFLAG_USEUATTR = 0x0020, // utilizza i parametri utente U per modificare la geometria delle features EIBFLAG_OUTL_FLAT_POS = 0x0040, // pezzi secondo outline o di piatto (prevale sui precedenti POS) - EIBFLAG_TRIM_WITH_OUTLINE = 0x0080} ; // esegui il trim delle feature con l'outline (se presente) \ No newline at end of file + EIBFLAG_TRIM_WITH_OUTLINE = 0x0080, // esegui il trim delle feature con l'outline (se presente) + EIBFLAG_PARTOFFSET = 0x0100} ; // gestione geometrica del PARTOFFSET