From 99e20cae647347594b9768fe3bdfd2aefdbbdd0b Mon Sep 17 00:00:00 2001 From: Ryan Schultz Date: Thu, 27 Nov 2025 08:22:34 -0600 Subject: [PATCH] trying @falken10vdl's suggestion https://github.com/IfcOpenShell/IfcOpenShell/pull/5452#issuecomment-3552472786 --- .../bonsai/bim/data/templates/projects/IFC2X3 Demo Template.ifc | 1 + .../bonsai/bim/data/templates/projects/IFC4 Demo Template.ifc | 1 + .../bonsai/bim/data/templates/projects/IFC4X3 Demo Template.ifc | 1 + 3 files changed, 3 insertions(+) create mode 100644 src/bonsai/bonsai/bim/data/templates/projects/IFC2X3 Demo Template.ifc create mode 100644 src/bonsai/bonsai/bim/data/templates/projects/IFC4 Demo Template.ifc create mode 100644 src/bonsai/bonsai/bim/data/templates/projects/IFC4X3 Demo Template.ifc diff --git a/src/bonsai/bonsai/bim/data/templates/projects/IFC2X3 Demo Template.ifc b/src/bonsai/bonsai/bim/data/templates/projects/IFC2X3 Demo Template.ifc new file mode 100644 index 0000000000..70ed920747 --- /dev/null +++ b/src/bonsai/bonsai/bim/data/templates/projects/IFC2X3 Demo Template.ifc @@ -0,0 +1 @@ +../../libraries/IFC2X3 Demo Library.ifc \ No newline at end of file diff --git a/src/bonsai/bonsai/bim/data/templates/projects/IFC4 Demo Template.ifc b/src/bonsai/bonsai/bim/data/templates/projects/IFC4 Demo Template.ifc new file mode 100644 index 0000000000..265cfd34f3 --- /dev/null +++ b/src/bonsai/bonsai/bim/data/templates/projects/IFC4 Demo Template.ifc @@ -0,0 +1 @@ +../../libraries/IFC4 Demo Library.ifc \ No newline at end of file diff --git a/src/bonsai/bonsai/bim/data/templates/projects/IFC4X3 Demo Template.ifc b/src/bonsai/bonsai/bim/data/templates/projects/IFC4X3 Demo Template.ifc new file mode 100644 index 0000000000..5242f4c992 --- /dev/null +++ b/src/bonsai/bonsai/bim/data/templates/projects/IFC4X3 Demo Template.ifc @@ -0,0 +1 @@ +../../libraries/IFC4X3 Demo Library.ifc \ No newline at end of file