DataWindow :

- aggiunte info per le lavorazioni.
This commit is contained in:
SaraP
2026-02-02 15:51:36 +01:00
parent 106c373b52
commit d709c374e6
2 changed files with 36 additions and 22 deletions
+7 -1
View File
@@ -152,11 +152,12 @@ WIN_OPENING_TYPES = {
}
-- tipi di pezzo
WIN_PART_TYPE = 'PartType'
WIN_PART_TYPE = 'PART_TYPE'
WIN_PART_TYPES = {
NULL = 0,
FILL = 1,
BOTTOMRAIL = 2,
STD = 3,
}
WIN_AREAOUTLINE = 'BaseOutline'
@@ -312,6 +313,7 @@ WIN_PRC_OFFY_2 = 'OFFY_2'
WIN_PRC_OFFZ_2 = 'OFFZ_2'
WIN_PRC_CLAMPV_1 = 'CLAMPV_1'
WIN_PRC_CLAMPV_2 = 'CLAMPV_2'
WIN_PRC_ID = 'ID'
-- codici
WIN_PROFILE_CODES = {
@@ -418,6 +420,10 @@ WIN_PRC_SIDETYPE = {
LEFT = 'Left',
RIGHT = 'Right'
}
WIN_PRC_PROFILE_IN = 'PROFILE_IN'
WIN_PRC_PROFILE_OUT = 'PROFILE_OUT'
WIN_PRC_PROFILE_LEFT = 'PROFILE_LEFT'
WIN_PRC_PROFILE_RIGHT = 'PROFILE_RIGHT'
-- SPINE