Bugged scaling

Hello guys,

For some reasons when I add an equation to simply report a number it bug the whole thing. If you look at the gif bellow, it scale without breaking the component even if it works poorly, but then I had the equation and the component is broken.

The equation is not used anywhere other than being called in the upper component and then used in reports. Its not used to position anything, its just used to report a number, then its called in the upper component to expose it more easily during reports.

The equation;

= IF ( Coin_Corner!B_Structure_Color = “VR_Aluminum_Brushed_70cm_Black” , ROUND ( ( ( ( Corner_SW7440_R_01!LenZ + Corner_SW7440_L_01!LenZ + Corner_SW7440_R_02!LenZ + Corner_SW7440_L_02!LenZ + Corner_SW7440_R_03!LenZ + Corner_SW7440_L_03!LenZ + Corner_SW7440_R_04!LenZ + Corner_SW7440_L_04!LenZ + Corner_SW7440_R_05!LenZ + Corner_SW7440_L_05!LenZ ) / 30.48 ) / 2 ) * 2.10 , 2 ) , ROUND ( ( ( ( ( Corner_SW7440_R_01!LenZ + Corner_SW7440_L_01!LenZ + Corner_SW7440_R_02!LenZ + Corner_SW7440_L_02!LenZ + Corner_SW7440_R_03!LenZ + Corner_SW7440_L_03!LenZ + Corner_SW7440_R_04!LenZ + Corner_SW7440_L_04!LenZ + Corner_SW7440_R_05!LenZ + Corner_SW7440_L_05!LenZ ) / 30.48 ) / 2 ) * 0.552 ) + ( ( ( ( Corner_SW7440_R_01!LenZ + Corner_SW7440_L_01!LenZ + Corner_SW7440_R_02!LenZ + Corner_SW7440_L_02!LenZ + Corner_SW7440_R_03!LenZ + Corner_SW7440_L_03!LenZ + Corner_SW7440_R_04!LenZ + Corner_SW7440_L_04!LenZ + Corner_SW7440_R_05!LenZ + Corner_SW7440_L_05!LenZ ) / 30.48 ) / 2 ) * 1.64 ) ) , 2 )

The bugged part ( POSITION > Z ) of one of the affected pieces

=IF ( Coin_Corner! C_Nbr_Panels >= 2 , IF ( Coin_Corner!D_Spacing_Transom, ( ( Coin_Corner!LenZ - ( Corner_CrossBar_J_Top!LenZ + Corner_CrossBar_J_Bot!LenZ ) + Corner_CrossBar_J_Bot!LenZ ) / Coin_Corner!C_Nbr_Panels ) * 1 , IF ( Coin_Corner!E_Height_Transom_01 < Corner_CrossBar_J_Bot!Z + Corner_CrossBar_J_Bot!LenZ , Corner_CrossBar_J_Bot!Z + Corner_CrossBar_J_Bot!LenZ , IF ( Coin_Corner!E_Height_Transom_01 > Corner_CrossBar_J_02!Z, Corner_CrossBar_J_02!Z - Corner_CrossBar_J_02!LenZ , Coin_Corner!E_Height_Transom_01 ) ) ) , Corner_CrossBar_J_Top!Z )

Thanks for the help.

The file = Download sketchup file (1 week available)

Upload the component to Drop Box or the 3D Warehouse and share the link.

There it is, its the corner the problem so far. If you paste the equation into “seamless corner > Report_Price_Studs” it will break the scaling, it doesn’t redraw properly as far as I can see. That equation is called in the upper echelon under “Module_CoinDepart_CornerStart > Report_Price_Studs”. As already mentionned, it is NOT used to position or scale anything, its simply to report a number which is then used when making reports.

Help, anyone?

Updated the download link in the original post.