This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
CAD-BIM Multi-Format Validation Pipeline
This workflow enables automated validation of CAD and BIM files in multiple formats (Revit, IFC, DWG, DGN) for compliance with project standards and requirements.
Key Features
- Converts Revit, IFC, DWG, and DGN models into open data tables
- Runs automated validation checks on model naming, structure, attributes, and completeness
- Generates error reports and QTO (Quantity Take-Off) tables for all processed files
How it works
- Upload one or more project files in Revit (.rvt), IFC (.ifc), DWG, or DGN formats
- The pipeline automatically processes each file and validates against configurable rules in Excel form
- Error summaries and QTO tables are generated
- All outputs are available for download as Excel
-
Converter Path:
Make sure the converter executable (e.g. RvtExporter.exe
) is placed in DDC Exporter\datadrivenlibs\
.
Specify the full path in the workflow settings if required.
-
Troubleshooting:
- If conversion fails, double-check the path to the executable.
- Only supported formats can be processed (see GitHub Readme).
- Review logs in
/output
for error details.
-
Docs & Issues:
Full Readme on GitHub