- Aggiunta gestione colori dei solidi
This commit is contained in:
@@ -90,5 +90,18 @@ VIEWPARAMS = 'ViewParams'
|
||||
IMPORTED_SOLID = 'ImportedSolid'
|
||||
RESULT_READ_PROG = 'ResultReadProg'
|
||||
|
||||
KEY_RESULT = 'Result'
|
||||
KEY_PALETTE = 'Palette'
|
||||
|
||||
RESULT = {
|
||||
OK = 0,
|
||||
KO_MINUS = 1,
|
||||
KO_PLUS = 2,
|
||||
}
|
||||
|
||||
PALETTE_TYPE = {
|
||||
IN_OUT = 0,
|
||||
RESULTS = 1,
|
||||
}
|
||||
---------------------------------------------------------------------
|
||||
return AddManData
|
||||
|
||||
Reference in New Issue
Block a user