ArchiCAD Plugin
The ArchiCAD plugin is currently in development and will be available soon.
What to Expect
The Algomim ArchiCAD plugin will support ArchiCAD 28 and provide:- Natural language control of ArchiCAD through the built-in JSON API
- Element creation and modification
- Property queries and project analysis
- Connection through the same PIN-based system used by other plugins
Architecture
The ArchiCAD integration uses a hybrid approach:- A C++ Add-On that loads inside ArchiCAD and launches the connection bridge
- A TypeScript bridge that translates between Algomim’s protocol and ArchiCAD’s HTTP JSON API