Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.
2025-05-27 06:03 PM - edited 2025-05-28 02:17 AM
I am developing parametric furniture in GDL and I have the following problem: when I view a section of the developed object, only some lines appear, the others only appear when I click on the object. I used the prism command to create the parts of the furniture.
Solved! Go to Solution.
2025-05-28
02:17 AM
- last edited on
2025-06-02
07:55 PM
by
Laszlo Nagy
PROBLEM SOLVED
After racking my brains, I discovered that the problem was the positioning of the closing line of the Gosub subroutine. In other words, the return command line was positioned in the wrong place. Since the code was already very long, I ended up getting lost in the organization of the code hierarchy...
2025-05-28 02:13 AM
Check the masking values for each PRISM co-ordinate.
That controls whether the line/surface is there or not.
Barry.
2025-05-28
02:17 AM
- last edited on
2025-06-02
07:55 PM
by
Laszlo Nagy
PROBLEM SOLVED
After racking my brains, I discovered that the problem was the positioning of the closing line of the Gosub subroutine. In other words, the return command line was positioned in the wrong place. Since the code was already very long, I ended up getting lost in the organization of the code hierarchy...