We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2023-03-22 11:29 AM
I script 2D gdl and use the POLY2_B{5} command and I can achieve most thing I wanted with it.
However, for hotspots on the nodes I need to write additional lines with the hotspot2 command and duplicate coordinate information in the script what is not ideal.
Is there a way to have hotspots automatically generated on each node of gdl polylines? (just pure hotspots for now).
Solved! Go to Solution.
2023-03-30 12:56 PM
if you have multiple fills in the object then they probably share some vertices and you want to omit any doubles.
Yes, that's why I have doubles.
But if omitting duplications needs a new script structure with arrays it really does not worth it.
What I like in the current code is its simplicity and efficiency, so I will keep it this way.
Many thanks again.