Archicad C++ API
About Archicad add-on development using the C++ API.

module ID of add-on

Anonymous
Not applicable
Does anyone know how I could find out the module ID of the IFC 2x2 Add-on (or any add-ons) for ArchiCAD?

I'm working on an add-on that will automatically export any work a user has done in ArchiCAD to an IFC file. In order to do this I will probably need to call a function from within the IFC 2x2 Add-on by using the ACAPI_Command_Call function, which requires the ID of the module.

Any help would be greatly appreciated.
1 REPLY 1
GKiss
Graphisoft Alumni
Graphisoft Alumni
Unfortunately the IFC export is not accessible by the ACAPI_Command_Call. Only import is registered as a public function.