Begin your Archicad journey with our free learning path - perfect for newcomers and experienced users looking to strenghten their skills.

GDL
About building parametric objects with GDL.
SOLVED!

Object lines do not appear in cutaway [RESOLVED]

zunino
Contributor

 

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.

 

bancada1.jpg

bancada2.jpg

bancada3.jpg

1 ACCEPTED SOLUTION

Accepted Solutions
Solution
zunino
Contributor

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...

View solution in original post

2 REPLIES 2
Barry Kelly
Moderator

Check the masking values for each PRISM co-ordinate.

That controls whether the line/surface is there or not.

 

Barry.

One of the forum moderators.
Versions 6.5 to 27
i7-10700 @ 2.9Ghz, 32GB ram, GeForce RTX 2060 (6GB), Windows 10
Lenovo Thinkpad - i7-1270P 2.20 GHz, 32GB RAM, Nvidia T550, Windows 11
Solution
zunino
Contributor

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...