Automates CAD file conversion between Revit, IFC, DWG, and DGN formats using command-line tools on Windows. Benefits operations teams by streamlining file conversion workflows and ensuring format compatibility. Connects to CAD software and workflow automation tools like n8n.
git clone https://github.com/datadrivenconstruction/cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto.gitAutomates CAD file conversion between Revit, IFC, DWG, and DGN formats using command-line tools on Windows. Benefits operations teams by streamlining file conversion workflows and ensuring format compatibility. Connects to CAD software and workflow automation tools like n8n.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/datadrivenconstruction/cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qtoCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Automate the conversion of CAD files for [PROJECT_NAME]. Convert the files from [SOURCE_FORMAT] to [TARGET_FORMAT] using the command-line tool [TOOL_NAME]. Validate the conversion results and generate a quantity takeoff (QTO) report based on the converted files. Please provide any specific parameters or settings to use during the conversion.
For the project 'Greenfield Development', the conversion of files from '.dwg' to '.ifc' using the tool 'AutoCAD to IFC Converter' was successfully completed. The command executed was 'convert.exe -input project.dwg -output project.ifc'. The validation process confirmed that 95% of the elements were accurately converted, with minor discrepancies in wall thickness. The QTO report indicated a total of 1500 square meters of wall area, 300 square meters of roof area, and 200 doors identified in the model. Recommendations for adjustments include reviewing the wall thickness in the original DWG file and re-running the conversion for improved accuracy.