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

  • 55 Posts
  • 5 Solutions
  • 12 Likes given
  • 16 Likes received

User activity

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...
Lets say there is an element on the floor plan (any type of element). In my Addon I want to "choose" that element and perform some action. For example display its name, show its type or whatever you can imagine. Ways of choosing the element that I know: 1. Create a dialog/pa...