Version 10
Platform Revit
Manifest-based BIM automation platform for Revit. Focused on Turkish AEC standards (TR BIM, MEU 2026, TS500, TBDY 2018, IFC/IDS), native C# .NET 8 Revit add-in.
dotnet build src/EGBIMOTO.Addin -c Release -p:RevitVersion=2026
Copy the output to %AppData%\Autodesk\Revit\Addins\2026\ and start Revit. For details docs/QUICKSTART.md and docs/INSTALL_DEPTIMATION.md.
All manuals docs/ under:
QUICK_START.md — installation and first runSETUP_DISTRIBUTION.md — MSI installer, Bootstrap architectureMANIFEST_WRITTEN_GUIDE.md — manifest JSON writingOP_REFERANSI.md — full reference of 373 opsARCHITECTURE.md — layer structure and designTwo layers: EGBIMOTO.Core (Revit standalone DAG engine, testable) and EGBIMOTO.Addin (Revit API, ops, WPF UI). Optional EGBIMOTO.Bootstrap (engine separation) for deployment. Detail: docs/MIMARI.md.
git repo: LINK