diff --git a/README.md b/README.md index a0ea3328c2..57744bbbc8 100644 --- a/README.md +++ b/README.md @@ -54,3 +54,9 @@ A naming convention of `IfcClass/IfcName` is enforced. If you name your object Your objects must live in a top level `Collection` defined as a context class, usually something like `IfcProject/Foo`. You can then nest spatial structures underneath to create a hierarchy. + +![Blender screenshot](blender-screenshot.png) + +... this Blender files creates this IFC file ... + +![IfcOpenShell screenshot](ifcopenshell-screenshot.png) diff --git a/blender-screenshot.png b/blender-screenshot.png new file mode 100644 index 0000000000..167a1614e0 Binary files /dev/null and b/blender-screenshot.png differ diff --git a/ifcopenshell-screenshot.png b/ifcopenshell-screenshot.png new file mode 100644 index 0000000000..17b74d1b57 Binary files /dev/null and b/ifcopenshell-screenshot.png differ