cancel
Showing results for 
Search instead for 
Did you mean: 
EN
cancel
Showing results for 
Search instead for 
Did you mean: 
Emkave
Enthusiast
since ‎2024-05-19
a week ago

User Statistics

  • 78 Posts
  • 2 Solutions
  • 3 Likes given
  • 6 Likes received

User activity

Hello guys. Do somebody know the way I could monitor the status of an event loop of Archicad, like whether it is blocked not only by opened modal windows, but also during an element selection and other actions that lead to the event loop being blocked? Thank you for the repl...
Hello everyone. Does anyone know how can I detected whether or not an element was: "drag a copy"-ed, "rotate a copy"-ed, "mirror a copy"-ed? I need the IFC parameters copied as well, however they don't.Unfortunately, ACAPI_Element_CatchNewElement does not work. Thank you for...
Hello. I have been looking for the explanation of the error -7003 in Archicad API, however, there is no any information about that. I wonder what it means and I hope the API documentation will be enhanced and include ALL error codes. Thank you in advance for your answers!
Hello guys. Have somebody implemented a trigger system where a certain method/function will be executed if "Undo" command was used either from Archicad ui or by api? If so - how did you implement that, else what can you recommend? Context: I am trying to code a mechanism, wh...
Hello. Have somebody coded a method or function that gets executed every time an element or elements get deleted from Archicad project? For example I know there exists function: ACAPI_Element_CatchNewElement and ACAPI_Notify_CatchNewElement that accept function pointer to fu...