Index: development/Visualisatie_3D/Parametric_3D_models/MVX.json =================================================================== diff -u -r150 -r151 --- development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 150) +++ development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 151) @@ -98,6 +98,7 @@ "BoxSystemCenterWidth = BaseWidth / 2", "Side_HeightMatrix = ['N', '60.5'; 'M', '83'; 'K', '121'; 'E', '184']", "SideHeightInMm = lookup(Side_HeightMatrix, [['=', string(SideHeight)], ['#', 'height']]).height", + "BoxSystemHeightInMm = lookup(Side_HeightMatrix, [['=', string(BoxSystemHeight)], ['#', 'height']]).height", "BackWidth = InternalWidthFor3D - 51", "BackHeightFor3D = is(BackHeight, 'None') ? BoxSystemHeight : BackHeight", "SideDistanceBetweenBaseAndCabinetWall = 25.5", @@ -674,7 +675,7 @@ }, "translate": { "x": 31.5, - "y": "SideHeightInMm - 1", + "y": "BoxSystemHeightInMm - 1", "z": 1.8 } },