The parameters Yves is referring to can be accessed by opening the Door element for editing in the GDL Editor.
Then on the "Details" page click the "Compatibility Options" button, and you will find the "Nominal Frame Thickness" and "Parapet Wall Inset" parameters at the top.
I tested this a little bit and found that it is possible to modify the two fields, then save the Door, and update Zones, the Zone polygon will indeed extend into the Door and the Zone polygons on the two sides of the Door will join (be adjacent).
In the default "Door 24" Door element, the two fields look like this:
"Nominal Frame Thickness":
gs_fthk
"Parapet Wall Inset":
(pwi=0)*(-1) + (pwi=1)*0 + (pwi=2)*WIDO_SILL + (pwi=3)*(WALL_THICKNESS - gs_fthk - WIDO_SILL)
As you can see, the
gs_fthk parameter, which stores the frame thickness value of the Door, appears in both formulas.
So we need to modify the two fields to remove this parameter, as follows:
"Nominal Frame Thickness":
0
"Parapet Wall Inset":
(pwi=0)*(-1) + (pwi=1)*0 + (pwi=2)*WIDO_SILL + (pwi=3)*(WALL_THICKNESS - WIDO_SILL)
With these modifications, the Zone polygons join properly. The Door on the left is the Door I modified, the Door on the right is the default GS Door.
Loving Archicad since 1995 - Find Archicad Tips at x.com/laszlonagy
AMD Ryzen9 5900X CPU, 64 GB RAM 3600 MHz, Nvidia GTX 1060 6GB, 500 GB NVMe SSD
2x28" (2560x1440), Windows 10 PRO ENG, Ac20-Ac27