n8n_1_Revit_IFC_DWG_Conversion_Simple_Version
初級
これはEngineering分野の自動化ワークフローで、5個のノードを含みます。主にSet, ManualTrigger, ExecuteCommandなどのノードを使用。 CAD/BIMファイルをExcelおよび3Dモデルに変換するDataDrivenConstructionの使用
前提条件
- •特別な前提条件なし、インポートしてすぐに使用可能
カテゴリー
ワークフロープレビュー
ノード接続関係を可視化、ズームとパンをサポート
ワークフローをエクスポート
以下のJSON設定をn8nにインポートして、このワークフローを使用できます
{
"id": "wav1VslkXItU7wW5",
"meta": {
"instanceId": "faa70e11b7175129a74fd834d3451fdc1862589b16d68ded03f91ca7b1ecca12"
},
"name": "n8n_1_Revit_IFC_DWG_Conversation_simple",
"tags": [],
"nodes": [
{
"id": "f594659a-c07e-432a-8217-432c58eeba11",
"name": "「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_Konvertierung_Simplification
RevitプロジェクトをDDCツールキットで図面と仕様付きデータベースに変換する
Set
Form Trigger
Manual Trigger
+
Set
Form Trigger
Manual Trigger
10 ノードArtem Boiko
エンジニアリング
n8n_8_Revit_IFC_DWG_Konvertierung_Extractionphase_XLSX_Parsen
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_リビットとIFCの施工費見積もりにLLMを使用
Revit/IFCモデルに基づいてGPT-4とClaudeを使用して施工コストを見積もる
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で表示 →
このワークフローを共有