2024-11-25 05:36 AM - edited 2024-11-25 05:37 AM
The following link is about polygon operation extension, but there is no example to illustrate. Where can I find it Is there an example of GDL for extending polygon operations?
https://gdl.graphisoft.com/reference-guide/polygon-operations-extension
2024-11-25 03:26 PM - edited 2024-11-25 03:26 PM
Hello @yongler ,
Here's a .gsm I made with many examples.
The file was based on the example in the LibDev Toolkit, I believe it was the version 19 so maybe the newer ones have more than there was in that file. Anyway, I cleaned up my file today and tried to add meaningful comments and variable names so I hopefully it helps.
Version is 24.
2024-11-26 02:13 AM
Thank you very much. This has helped me, as I need to delve deeper into my studies and research. Thanks again.
2024-11-27 07:33 AM
@MF BIM excellent examples, thank you too!
I tried to dig into this topic many times, but I couldn't find clear and simple examples.
2024-11-27 07:53 PM
Nice collection. Archicad provides also Dictionary version of poygon operations. That may be convinient in complex operations.
2024-11-28 09:47 AM
I never got around learning how to use Dictionaries 😅
One day, I will sit down and tackle them because I know they are convenient for macro calls as well.