DataWindow :
- cambio profilo su split - sistemata identificazione dei cambi profilo dopo gli spostamenti degli outlines degli split per misura luce - preview con pezzi dello stesso colore.
This commit is contained in:
+18
-12
@@ -59,6 +59,7 @@ WIN_MEASURE = {
|
||||
}
|
||||
|
||||
-- tipologia di figli
|
||||
WIN_CHILDREN_TYPE = 'ChildrenType'
|
||||
WIN_CHILDREN_TYPES = {
|
||||
NULL = 0,
|
||||
SASH = 1,
|
||||
@@ -187,25 +188,26 @@ WIN_TOP = 'Top'
|
||||
WIN_LEFT = 'Left'
|
||||
|
||||
-- info varie su aree e curve
|
||||
WIN_SLIDE_WINDOW = 'SlideWindow'
|
||||
WIN_MIXED_WINDOW = 'ProfileChangeWindow'
|
||||
WIN_PART_DIM = 'PartDim'
|
||||
WIN_SOU = 'SOU'
|
||||
WIN_CHILD = 'CHILD'
|
||||
WIN_COPY = 'COPY'
|
||||
WIN_SASH_CHILDREN = 'SashChildren'
|
||||
WIN_FILL_CHILDREN = 'FillChildren'
|
||||
WIN_SOU_OUTLINE = 'SouOutline'
|
||||
WIN_CHILD_OUTLINE = 'ChildOutline'
|
||||
WIN_CHILD_VIRTUAL_OUTLINE = 'ChildVirtualOutline'
|
||||
WIN_CHILD_PRFCHANGE_SPLIT = 'ChildPrfChangeSplit'
|
||||
WIN_REF_OUTLINE = 'OutlineRef'
|
||||
WIN_REF_MUNTIN = 'MuntinRef'
|
||||
WIN_REF_PART = 'PartRef'
|
||||
WIN_REF_BOTTOMRAIL_PART = 'BottomRailPartRef'
|
||||
WIN_PREV_OUTLINES = 'PrevOutlines'
|
||||
WIN_NEXT_OUTLINES = 'NextOutlines'
|
||||
WIN_INV_SPLIT = 'InvSplit'
|
||||
WIN_CRV_ON_FRENCH_SPLIT = 'OutlineOnFrenchSplit'
|
||||
WIN_SPLIT_STARTINTERS = 'SplitStartInters'
|
||||
WIN_SPLIT_ENDINTERS = 'SplitEndInters'
|
||||
WIN_SASH_CHILDREN = 'SashChildren'
|
||||
WIN_FILL_CHILDREN = 'FillChildren'
|
||||
WIN_THRESHOLD_PROFILE = 'ThresholdProfile'
|
||||
WIN_SLIDE_WINDOW = 'SlideWindow'
|
||||
WIN_SASH_NBR = 'SashNbr'
|
||||
WIN_AREA_NBR = 'AreaNbr'
|
||||
WIN_AREA_PROFILES = 'AreaProfiles'
|
||||
@@ -221,7 +223,6 @@ WIN_SPECIAL_CRV = 'Special'
|
||||
-- PROFILI
|
||||
WIN_PROFILE = 'Profile'
|
||||
WIN_PROFILEPATH = 'ProfilePath'
|
||||
WIN_INFO_GRP = 'Info'
|
||||
|
||||
-- nomi dei profili
|
||||
WIN_SASH_TOP = 'Sash_Top'
|
||||
@@ -351,10 +352,6 @@ WIN_PROFILETYPE = 'ProfileType'
|
||||
|
||||
-- GIUNZIONI
|
||||
WIN_JOINTS = 'Joints'
|
||||
WIN_JOINT_BL = 'JointBL'
|
||||
WIN_JOINT_BR = 'JointBR'
|
||||
WIN_JOINT_TL = 'JointTL'
|
||||
WIN_JOINT_TR = 'JointTR'
|
||||
WIN_STARTJOINT = 'StartJoint'
|
||||
WIN_ENDJOINT = 'EndJoint'
|
||||
|
||||
@@ -398,10 +395,19 @@ WIN_REF_PRC = 'PrcRef'
|
||||
|
||||
-- CAMBIO PROFILO
|
||||
WIN_PRF_CHANGE = 'ProfileChange'
|
||||
WIN_PRF_CHANGE_TYPES = { -- binario
|
||||
NULL = 0,
|
||||
OUT = 1, -- cambio profilo sul lato esterno
|
||||
IN = 2, -- cambio profilo sul lato interno
|
||||
START = 4, -- cambio profilo sull'estremo iniziale
|
||||
END = 8, -- cambio profilo sull'estremo finale
|
||||
}
|
||||
WIN_MIXED_CURVES = 'ProfileChangeCurves'
|
||||
WIN_MIXED_MILLING = 'ProfileChangeMilling'
|
||||
WIN_MIXED_SPLIT_REF = 'MixedSplitRef'
|
||||
WIN_MIXED_SASHFILL = 'MixedSashFill'
|
||||
WIN_FILL_ON_SPLIT_RIGHT = 'FillOnSplitRight'
|
||||
WIN_MIXED_START_CHILDREN = 'StartChildrenType'
|
||||
WIN_MIXED_END_CHILDREN = 'EndChildrenType'
|
||||
|
||||
|
||||
-- SOLIDI
|
||||
|
||||
Reference in New Issue
Block a user