cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 
Emkave
Enthusiast
since ‎2024-05-19
‎2025-10-29

User Statistics

  • 68 Posts
  • 1 Solutions
  • 3 Likes given
  • 5 Likes received

User activity

Hello. I have a function ACAPI_MenuItem_RegisterMenu returing code -7003.What does it mean?There is no description for such error code in the Archicad API documentation. Thank you in advance!
Hello guys. I was coding the hookers for Archicad 29 and something went wrong. I was following the examples in IFC_Test, and I wrote the code: I have also executed this code that gave no errors: IFCAPI::GetHookManager().RegisterPropertyHook(IFCHook::...
Hello guys. I was looking around the new Archicad API for AC29 and I noticed that they have removed API_IFCProperty for some reason. I checked the older API for AC28 and I found out that API_IFCProperty is not marked as deprecated or to be deleted in...
Hello guys! I need an assistance! Do you know if there is a way to change the fill orientation via the API? I'd be glad to receive your sollutions! Thank you!
Hello everyone. I am trying to implement one functionality where I use a GUID of an element "A" to iterate over the elements ("B", "C", "D"...) that match the type of element "A".So by using a guid of a door I want then to iterate over the other door...