n8n_1_Revit_IFC_DWG_转换_简化版
初级
这是一个Engineering领域的自动化工作流,包含 5 个节点。主要使用 Set, ManualTrigger, ExecuteCommand 等节点。 使用DataDrivenConstruction将CAD/BIM文件转换为Excel和3D模型
前置要求
- •无特殊前置要求,导入即可使用
分类
工作流预览
可视化展示节点连接关系,支持缩放和平移
导出工作流
复制以下 JSON 配置到 n8n 导入,即可使用此工作流
{
"id": "wav1VslkXItU7wW5",
"meta": {
"instanceId": "faa70e11b7175129a74fd834d3451fdc1862589b16d68ded03f91ca7b1ecca12"
},
"name": "n8n_1_Revit_IFC_DWG_Conversation_simple",
"tags": [],
"nodes": [
{
"id": "f594659a-c07e-432a-8217-432c58eeba11",
"name": "When clicking ‘Test workflow’",
"type": "n8n-nodes-base.manualTrigger",
"position": [
0,
0
],
"parameters": {},
"typeVersion": 1
},
{
"id": "c4443ade-03e1-4b6e-b166-513b732265fd",
"name": "Execute Command",
"type": "n8n-nodes-base.executeCommand",
"position": [
380,
0
],
"parameters": {
"command": "=\"{{$json[\"path_to_converter\"]}}\" \"{{$json[\"path_project_file\"]}}\"",
"executeOnce": "="
},
"typeVersion": 1
},
{
"id": "58f2db40-3d61-4d14-b973-1a64141970d9",
"name": "Set",
"type": "n8n-nodes-base.set",
"position": [
200,
0
],
"parameters": {
"options": {},
"assignments": {
"assignments": [
{
"id": "9cbd4ec9-df24-41e8-b47a-720a4cdb733b",
"name": "path_to_converter",
"type": "string",
"value": "C:\\Users\\Artem Boiko\\Desktop\\n8n\\cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto-main\\cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto-main\\DDC_Converter_Revit\\datadrivenlibs\\RvtExporter.exe"
},
{
"id": "aa834467-80fb-476a-bac1-6728478834f0",
"name": "path_project_file",
"type": "string",
"value": "C:\\Users\\Artem Boiko\\Desktop\\n8n\\cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto-main\\cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto-main\\Sample_Projects\\2023 racbasicsampleproject.rvt"
}
]
}
},
"typeVersion": 3.4
},
{
"id": "de100384-c9f0-48e2-9004-ebe013605cdf",
"name": "Sticky Note",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
200
],
"parameters": {
"width": 560,
"height": 300,
"content": "## ⚠️ Troubleshooting\nIf you encounter errors during conversion, be sure to reference the executable inside the **`datadrivenlibs`** folder. Use this path:\n\n```text\n\"DDC_Exporter_XXXXXXX\\datadrivenlibs\\XxxExporter.exe\"\n```\ninstead of:\n```text\n\"DDC_Exporter_XXXXXXX\\XxxExporter.exe\"\n```"
},
"typeVersion": 1
},
{
"id": "ee47a66f-7c6c-45d2-92ac-82fbdbc86d13",
"name": "Sticky Note1",
"type": "n8n-nodes-base.stickyNote",
"position": [
-20,
-180
],
"parameters": {
"width": 340,
"height": 100,
"content": "⭐ **If you find our tools helpful, please consider starring our repository on [GitHub](https://github.com/datadrivenconstruction/cad2data-Revit-IFC-DWG-DGN-pipeline-with-conversion-validation-qto). Your support helps us improve and continue developing open solutions for the community!**\n"
},
"typeVersion": 1
}
],
"active": false,
"pinData": {
"When clicking ‘Test workflow’": [
{
"json": {}
}
]
},
"settings": {
"executionOrder": "v1"
},
"versionId": "3ca4a940-6c91-412d-aeba-4111f3e07e3e",
"connections": {
"58f2db40-3d61-4d14-b973-1a64141970d9": {
"main": [
[
{
"node": "c4443ade-03e1-4b6e-b166-513b732265fd",
"type": "main",
"index": 0
}
]
]
},
"f594659a-c07e-432a-8217-432c58eeba11": {
"main": [
[
{
"node": "58f2db40-3d61-4d14-b973-1a64141970d9",
"type": "main",
"index": 0
}
]
]
}
}
}常见问题
如何使用这个工作流?
复制上方的 JSON 配置代码,在您的 n8n 实例中创建新工作流并选择「从 JSON 导入」,粘贴配置后根据需要修改凭证设置即可。
这个工作流适合什么场景?
初级 - 工程
需要付费吗?
本工作流完全免费,您可以直接导入使用。但请注意,工作流中使用的第三方服务(如 OpenAI API)可能需要您自行付费。
相关工作流推荐
n8n_2_All_Settings_Revit_IFC_DWG_转换_简化
使用DDC工具包将Revit项目转换为包含图纸和规格的数据库
Set
Form Trigger
Manual Trigger
+
Set
Form Trigger
Manual Trigger
10 节点Artem Boiko
工程
n8n_8_Revit_IFC_DWG转换_提取阶段_解析XLSX
提取并解析Revit模型数据至结构化Excel格式
If
Set
Manual Trigger
+
If
Set
Manual Trigger
13 节点Artem Boiko
工程
CAD-BIM 工程量提取 HTML 报告生成器
从Revit模型生成交互式墙体工程量HTML报告
If
Set
Function
+
If
Set
Function
18 节点Artem
工程
n8n_3_CAD-BIM-批量转换器-管道
批量转换 CAD/BIM 文件为 XLSX/DAE,带验证和报告
If
Set
Code
+
If
Set
Code
82 节点Artem Boiko
文档提取
n8n_7_Revit和IFC碳足迹CO2估算器
使用AI分类计算Revit/IFC模型的隐含碳(CO2)
If
Set
Code
+
If
Set
Code
55 节点Artem Boiko
AI 摘要总结
n8n_6_使用LLM为Revit和IFC进行施工造价估算
使用GPT-4和Claude基于Revit/IFC模型估算施工成本
If
Set
Code
+
If
Set
Code
55 节点Artem Boiko
AI 摘要总结
工作流信息
难度等级
初级
节点数量5
分类1
节点类型4
作者
Artem Boiko
@datadrivenconstructionFounder DataDrivenConstruction.io | AEC Tech Consultant & Automation Expert | Bridging Software and Construction
外部链接
在 n8n.io 查看 →
分享此工作流