2024 Technology Preview Program

2024 Technology Preview Program:
Master powerful new features and shape the latest BIM-enabled innovations

stahL
Contributor
since ‎2022-02-21
a week ago

User Statistics

  • 9 Posts
  • 0 Solutions
  • 1 Likes given
  • 1 Likes received

User activity

Hello,I have a problem with the CatchNewElement HandlerThis is my code: API_ToolBoxItem elemType = {}; elemType.type.typeID = API_ObjectID; ACAPI_Element_CatchNewElement(&elemType, ElementEventHandler); // Other variants i tried: // API_ToolBoxItem e...
When placing objects after modelling something far away (-> local origin changes after save and open)newly created objects are placed near that point.For example:element.object.pos.x = 0;element.object.pos.y = 0;I expect the object to be placed at th...
Greetings everyone,It has come to my attention that the current GDL DevKit, version for Archicad 23, is encountering complications when attempting to compile for Archicad 27 and on Mac Silicone platforms.I'm inquiring whether there's any information ...
Hello everyone, I am trying to modify some project/library info before the project gets shared on a BIMcloud. I tried doing this with: ACAPI_Notify_CatchProjectEvent (API_AllNotificationMask, ProjectEventHandlerProc); But there doesn't seem to be an ...
Hi everyone, after I change params of a libPart the changes do not get updated in Archicad right away.(Even after ReloadLibraries) ACAPI_LibPart_GetParams(libPart.index, &a, &b, &parNum, ¶ms); ACAPI_LibPart_GetSect_ParamDef(&libPart, params, &a, &b, ...
Likes received