BIM & CAD Takeoff in OpenConstructionERP
SkillDocs & knowledgeCAD/BIM takeoff in OpenConstructionERP: upload Revit/IFC/DWG/DGN models, browse elements, bulk-link them to BOQ lines, measure DWG drawings and PDF plans, and push quantities into the estimate. Use for any model-based quantification workflow.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the BIM & CAD Takeoff in OpenConstructionERP skill
What this skill tells your AI
The instructions your AI receives, as published by datadrivenconstruction/ddc_skills_for_ai_agents_in_construction in 6_OpenConstructionERP/oce-bim-takeoff/SKILL.md and read by ahel’s review.
Supported formats
| Format | In | Out |
|---|---|---|
| RVT (Revit) | upload | canonical JSON, GLB, thumbnails |
| IFC | upload (no IfcOpenShell required) | JSON/GLB |
| DWG | upload + layer browse | measured entities |
| DGN | upload | JSON/GLB |
| plan upload | vector/room measurements, dimension text (OCR optional) | |
| LAS/LAZ/COPC | point-cloud viewer | decimated THREE.Points buffers |
Conversions run in-process via the bundled DDC converters; artifacts persist under data/bim/{project_id}/{model_id}/.
Workflow
- Upload the model to a project (
POST /api/v1/bim/...). - Browse elements (walls, slabs, doors…) with quantities computed from the model geometry (area / volume / length).
- Bulk-link to BOQ — select 100 wall elements → one BOQ line with aggregated area; the element↔cost links are stored, so changes flow both ways.
- Measure drawings — DWG layers (vector entities) and PDF plans (rooms/walls) measure in place; results push into BOQ rows.
- Verify — the linked quantities appear in the BOQ grid; the estimate quality score updates.
Matching elements to cost items
POST /api/v1/costs/suggest-for-elementranks cost items for a BIM element body (type, material, dimensions, classification).- Matches carry confidence/certainty badges — review low-certainty picks before binding.
4D/5D hand-off
- Element quantities → BOQ (5D cost model).
- Task links → schedule (4D): each task can carry linked BIM elements for visual sequencing.
Honest limitations
- The platform does not run FX/PPP conversions at takeoff time — markets are pre-priced upstream.
- RVT/IFC extraction uses the bundled converters; exotic family data may need the converter repo (
cad2data-Revit-IFC-DWG-DGN-pipeline). - Point-cloud ingestion supports LAS/LAZ/COPC (E57 via the optional extra).
Best practices
- Link elements in bulk, not one-by-one — the platform aggregates per BOQ line.
- Keep original CAD only when you need re-conversion (
keep_original_cad); artifacts are always retained. - Verify takeoff quantities against the model's own dimensions, then re-run BOQ validation.
Signals
- GitHub stars
- 308
- Forks
- 79
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
oce-bim-takeoff- Source
- github.com/datadrivenconstruction/ddc_skills_for_ai_agents_in_construction