We value your input!
Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey

GDL
About building parametric objects with GDL.
SOLVED!

Hotspots automatically on polyline nodes from gdl

daniels
Booster

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

10 REPLIES 10


 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.