cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
BenjiDev
Enthusiast
since ‎2021-11-16
Saturday

User Statistics

  • 62 Posts
  • 5 Solutions
  • 16 Likes given
  • 18 Likes received

User activity

Hello, I know it is possible to get the user id of a user: https://community.graphisoft.com/t5/Developer-Insights/Introducing-new-user-identification-to-the-API-of-Archicad-26/ba-p/588853?utm_source=chatgpt.com But is it possible to verify it? Let's say I make an Add-on that...
An author of a GDL object might want to sell it while also preventing buyers from sharing it with others. How is it done? A GDL object cannot make HTTP requests and, to my knowledge, does not have access to any crypto libraries. I have some ideas, but there may exist simpler...
Hi Given the nth character in a text element, is it possible to easily get that characters position in world coordinates? It could probably be calculated from a combination of API_TextType, API_ParagraphType and maybe API_FontType but it would be tricky to cover every case. ...
Hi There Is it possible through the C++ API to open for example the building materials attribute dialog from an Add-On and programatically search for a material? -Benjamin
Lets say you have coded an Add-On that you want to sell. In that case you probably need some licensing solution. Does GRAPHISOFT provide any help with this? For example some way to associate your Add-On license with an Archicad license. One idea that does not involve GRAPHIS...