Include :

- aggiunte costanti per info di sistema (pezzo copia, layer da visualizzare solo con un gruppo di lavoro, pezzi nascosti in draw).
This commit is contained in:
Dario Sassi
2018-11-22 14:32:46 +00:00
parent 8eda9dc3bb
commit 09874f8e87
+4 -1
View File
@@ -77,4 +77,7 @@ enum BBoxFlag { BBF_STANDARD = 0,
const std::string GDB_SI_SOURCE = "!SOU" ;
const std::string GDB_SI_BASE = "!BAS" ;
const std::string GDB_SI_LIST = "!LST" ;
const std::string GDB_SI_COPY = "!COP" ;
const std::string GDB_SI_COPY = "!COP" ;
const std::string GDB_SI_MGRPONLY = "!MGO" ;
const std::string GDB_SI_DRAWMODE = "!DRM" ;