Index: development/Visualisatie_3D/Parametric_3D_models/MVX.json =================================================================== diff -u -r175 -r176 --- development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 175) +++ development/Visualisatie_3D/Parametric_3D_models/MVX.json (.../MVX.json) (revision 176) @@ -64,10 +64,6 @@ "default": 0, "source": "/CB_VW_ViewSection3/CB_VW_NeededFor3D/C_BOX_IsSiphonBoxSystem.Bool" }, - "HasSiphonCapCutOut": { - "default": 0, - "source": "/CB_VW_ViewSection3/CB_VW_NeededFor3D/C_BOX_Visu3D.HasSiphonCapCutOut" - }, "HasDoubleCutOut": { "default": 0, "source": "/CB_VW_ViewSection3/CB_VW_NeededFor3D/C_BOX_CutOut.HasDoubleCutOut.Bool" @@ -243,7 +239,7 @@ } }, { - "comment": "Cutout SiphonCap Left", + "comment": "Base Cutout SiphonCap Left", "if": "is(IsSiphonBoxSystem, 1)", "cube": { "center": { @@ -253,13 +249,13 @@ }, "size": { "x": "CutOutData_CapZ1_Width + 6", - "y": "ChipBoardThickness", + "y": "500", "z": "SiphonCap_Depth" } } }, { - "comment": "Cutout SiphonCap Right", + "comment": "Base Cutout SiphonCap Right", "if": "is(HasDoubleCutOut, 1)", "cube": { "center": { @@ -269,7 +265,7 @@ }, "size": { "x": "CutOutData_CapZ2_Width + 6", - "y": "ChipBoardThickness", + "y": "500", "z": "SiphonCap_Depth" } } @@ -529,7 +525,7 @@ } }, { - "comment": "Cutout SiphonCap Left", + "comment": "Wooden Back Cutout SiphonCap Left", "if": "is(IsSiphonBoxSystem, 1)", "cube": { "center": { @@ -539,13 +535,13 @@ }, "size": { "x": "CutOutData_CapZ1_Width + 18", - "y": "BackHeightInMM", - "z": "ChipBoardThickness" + "y": "500", + "z": "500" } } }, { - "comment": "Cutout SiphonCap Right", + "comment": "Wooden Back Cutout SiphonCap Right", "if": "is(HasDoubleCutOut, 1)", "cube": { "center": { @@ -555,8 +551,8 @@ }, "size": { "x": "CutOutData_CapZ2_Width + 18", - "y": "BackHeightInMM", - "z": "ChipBoardThickness" + "y": "500", + "z": "500" } } }