The Problem lies in the "Cutting Body".......
To rectify the bug, open the obj. in Lib Parts editor, go to 3D Scripts and look for script under "Cutting Bodies", increase the values of Reference Thickness by 0.5 (enough to cut out the remainding portions):
!!----------------!!!----------------!!!----------------!!
!! Cutting Bodies !!! Cutting Bodies !!! Cutting Bodies !!
!!----------------!!!----------------!!!----------------!!
group "cutting body"
dim cut_set[5]
cut_set[1]=0 ! Lower Cut
cut_set[2]=0 ! Upper Cut
cut_set[3]=1 ! End Cuts
cut_set[4]=1 ! Window/Door
cut_set[5]=1 ! Conecting Walls
call "Wall Cutting Body" parameters ref_thickness=ref_thickness
+0.5, gs_mat=gs_mat, cut_set=cut_set,
ac_accessory_debug=ac_accessory_debug, gs_gdl_debug=gs_gdl_debug,
ac_wall_height=ac_wall_height, ac_wall_radius=ac_wall_radius, ac_wall_length=ac_wall_length,
ac_wall_resol=ac_wall_resol, ac_refside=ac_refside, ac_angles=ac_angles, ac_side_poly=ac_side_poly,
ac_top_poly=ac_top_poly, ac_bot_poly=ac_bot_poly,
ac_wd_poly=ac_wd_poly, ac_curved_wall=ac_curved_wall, ac_cont_pen=ac_cont_pen,
bot_ext=bot_ext, top_ext=top_ext
endgroup
!-----------------------------------------------------
Save the object and you are ready to rock!
Howard Phua
Win 10, Archicad 19 INT