Index: development/Visualisatie_3D/Parametric_3D_models/LBX.json =================================================================== diff -u -r83 -r84 --- development/Visualisatie_3D/Parametric_3D_models/LBX.json (.../LBX.json) (revision 83) +++ development/Visualisatie_3D/Parametric_3D_models/LBX.json (.../LBX.json) (revision 84) @@ -12,21 +12,21 @@ "default": 564, "source": [ "/CB_VW_ConfiguratorTAB/CB_VW_Dimensies/C_BOX_InternalWidth.View", - "/CB_VW_ViewSection3/C_BOX_InternalWidth.VIS" + "/CB_VW_ViewSection3/C_BOX_InternalWidth" ] }, "BoxSystemDepth": { "default": 500, "source": [ "/CB_VW_ConfiguratorTAB/CB_VW_Dimensies/C_LBX_BoxSystemDepth", - "/CB_VW_ViewSection3/C_LBX_BoxSystemDepth.VIS" + "/CB_VW_ViewSection3/C_LBX_BoxSystemDepth" ] }, "BoxSystemHeight": { "default": "C", "source": [ "/CB_VW_ConfiguratorTAB/CB_VW_Legrabox/C_LBX_BoxSystemHeight", - "/CB_VW_ViewSection3/C_LBX_BoxSystemHeight.VIS" + "/CB_VW_ViewSection3/C_LBX_BoxSystemHeight" ] }, "BoxSystemColour": { @@ -95,7 +95,7 @@ }, "FrontType": { "default": "Voorstuk", - "source": "/CB_VW_BOM_Components/SUB_LBX_HF_Front/CB_VW_SelectionCharacteristics/C_BOX_FrontType" + "source": "/CB_VW_ViewSection3/C_BOX_FrontType" }, "HasDistanceTrimLeft": { "default": "0", @@ -325,7 +325,7 @@ }, "var": [ "VARSECTIE = '**************************************GENERAL*****************************************' ", - "InternalWidthFor3D = is(CabinetWidth_IsValid, 1) ? InternalWidth : is(IsSink, 1) ? 564 : is(IsSiphon, 1) ? 1200 : is(Application, 'SST') ? 1064 : 564", + "InternalWidthFor3D = is(Application, 'SST') ? PlinthWidth - 136 : is(CabinetWidth_IsValid, 1) ? InternalWidth : is(IsSink, 1) ? 564 : is(IsSiphon, 1) ? 1200 : 564", "ChipBoardThickness = 16", "BaseRabbetWidth = 38", "BaseRabbetDepth = 8", @@ -346,7 +346,7 @@ "FrontPanelLength = InternalWidthFor3D - 126", "FrontGaleryLength = InternalWidthFor3D - 90", "HeightGlassFrontPanel = is(FrontTypeHeightM, 'Glass') ? 52 : is(FrontTypeHeightC, 'GlassLow') ? 70 : 138", - "HasDesignElementFront = is(FrontType, 'GlassLow') ? 'true' : is(FrontType, 'GlassHigh') ? 'true' : 'false' ", + "HasDesignElementFront = is(IsInnerBoxSystem, '0') ? 'false' : is(FrontType, 'GlassLow') ? 'true' : is(FrontType, 'GlassHigh') ? 'true' : 'false' ", "HasFrontPanelInnerCoverCap = is(IsInnerBoxSystem, '0') ? 'false' : (is(BoxSystemHeight, 'M') ? (is(FrontTypeHeightM, 'Glass') ? 'true' : 'false') : 'true')", "ShowFrontGallery = is(IsInnerBoxSystem, '0') ? 'false' : (is(BoxSystemHeight, 'C') ? (is(FrontType, 'Gallery') ? 'true' : (is(FrontTypeHeightC, 'Gallery') ? 'true' : 'false')) : 'false') ", "VARSECTIE = '***************************************FRONTATTACHMENT****************************************' ",