Index: development/Visualisatie_3D/Parametric_3D_models/LBX.json =================================================================== diff -u -r97 -r99 --- development/Visualisatie_3D/Parametric_3D_models/LBX.json (.../LBX.json) (revision 97) +++ development/Visualisatie_3D/Parametric_3D_models/LBX.json (.../LBX.json) (revision 99) @@ -403,7 +403,8 @@ "TOBTriggerTranslationMatrix = ['270', '147.8'; '300', '177.8'; '350', '195.8'; '400', '195.8'; '450', '195.8'; '500', '195.8'; '550', '195.8'; '600', '195.8'; '650', '195.8'] ", "LookupTOBTriggerTranslation = lookup(TOBTriggerTranslationMatrix, [['=', string(BoxSystemDepth)], ['#', 'distance']]) ", "VARSECTIE = '***************************************CROSSGALLERY****************************************' ", - "DistanceBetweenCorssGallery = BoxSystemDepth / (CrossGalleryQuantity + 1) ", + "SiphonCorrection = is(IsSiphon, 1) ? 260 : 0", + "DistanceBetweenCorssGallery = (BoxSystemDepth - SiphonCorrection) / (CrossGalleryQuantity + 1) ", "CrossGalleryLength = is(IsSink, 1) ? 164 - 90 : InternalWidthFor3D - 90", "GrossGalleryZTranslationMatrix = ['N', '39'; 'M', '63'; 'K', '101'; 'C', '148'; 'F', '212'] ", "LookupCrossGalleryZTranslation = lookup(GrossGalleryZTranslationMatrix, [['=', string(BoxSystemHeight)], ['#', 'distance']])",