Index: development/Visualisatie_3D/Parametric_3D_models/MVX.json =================================================================== diff -u -r148 -r149 --- development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 148) +++ development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 149) @@ -100,10 +100,12 @@ "SideHeightInMm = lookup(Side_HeightMatrix, [['=', string(BoxSystemHeight)], ['#', 'height']])", "BackWidth = InternalWidthFor3D - 51", "BackHeightFor3D = is(BackHeight, 'None') ? BoxSystemHeight : BackHeight", + "SideDistanceBetweenBaseAndCabinetWall = 25.5", "VARSECTIE = '**************************************MATERIALID*****************************************' ", "MaterialId_ChipBoard = concat('MT_ChipBoard_', BaseColour)", "MaterialId_BoxSystemColour = concat('MT_BLUM_', BoxSystemColour)", "MaterialId_DesignElement = 'MT_Transparant_Glas'", + "MaterialId_Runner = 'MT_BLUM_INGL'", "VARSECTIE = '**************************************FRONT ATTACHMENT*****************************************' ", "ShowFrontAttachmentBottom = is(IsInnerBoxSystem, '1') ? 'false' : 'true' ", "ShowFrontAttachmentTop = is(IsInnerBoxSystem, '1') ? 'false' : is(BoxSystemHeight, 'E') ? 'true' : 'false' ", @@ -129,6 +131,7 @@ "ProductId_CoverCapFrontFixingInner = concat('P-VIS-MVX.CoverCapFrontFixingInner-', BoxSystemHeight, FrontFixing_Suffix_For_ProductId)", "ProductId_CoverCapFrontFixingOuter = concat('P-VIS-MVX.CoverCapFrontFixingOuter-', BoxSystemHeight)", "ProductId_Frontpanel = P-VIS-MVX.FrontPanel-Contour", + "ProductId_Runner = concat('P-VIS-MVX.Runner-', string(BoxSystemDepth))", "VARSECTIE = '***************************************EINDE****************************************' " ] }, @@ -674,6 +677,35 @@ "y": 183, "z": 1.8 } + }, + { + "comment": "Runner Left", + "geometry": { + "pass": true, + "url": "ProductId_Runner" + }, + "material": "MaterialId_Runner", + "translate": { + "x": "-SideDistanceBetweenBaseAndCabinetWall", + "y": "34", + "z": "-19" + }, + "uv": "@cube scale(0.01)" + }, + { + "comment": "Runner Right", + "geometry": { + "pass": true, + "url": "ProductId_Runner" + }, + "material": "MaterialId_Runner", + "mirror": "x", + "translate": { + "x": "BaseWidth + SideDistanceBetweenBaseAndCabinetWall", + "y": "34", + "z": "-19" + }, + "uv": "@cube scale(0.01)" } ] } \ No newline at end of file