Sample report (sample-report.pdf) — credits and license ========================================================= The PDF at /sample-report.pdf is a derivative work. It is generated from a public IFC reference model and renders quantity takeoff data extracted from that model. Source IFC model ---------------- File: IFC Schependomlaan.ifc Title: "10 Appartementen Schependomlaan" — a 10-unit residential building, coordinated BIM project from Nijmegen, the Netherlands (IFC 2x3 reference). Source: https://github.com/buildingsmart-community/Community-Sample-Test-Files Path: "IFC 2.3.0.1 (IFC 2x3)/Schependomlaan/Design model IFC/IFC Schependomlaan.ifc" Authors: buildingSMART Benelux and the Schependomlaan project contributors, hosted by the buildingSMART community. License: Creative Commons Attribution 4.0 International (CC BY 4.0) https://creativecommons.org/licenses/by/4.0/ Modifications ------------- The original IFC is unchanged on disk. The PDF in this directory is a *derivative* work generated by ifcreport.app's takeoff renderer (lib/pdf.tsx). It summarises element counts, quantities, materials, and per-storey breakdowns from the source model. In addition, two label fields are translated from Dutch to English in memory before rendering, so the PDF is readable to an English-speaking marketing audience: - The IFCPROJECT name is rendered as "Schependomlaan apartment building (10 units)" instead of the original "10 Appartementen Schependomlaan". - The seven IFCBUILDINGSTOREY names are translated as follows: "-1 fundering" → "-1 foundation" "00 begane grond" → "00 ground floor" "01 eerste verdieping" → "01 first floor" "02 tweede verdieping" → "02 second floor" "03 derde verdieping" → "03 third floor" "04 dak" → "04 roof" No quantitative data from the source is altered. Material names, IFC class names, element counts, volumes, areas, and storey elevations are all passed through unchanged. The translation map lives in scripts/build-sample-report.tsx for transparency. ifcreport.app license --------------------- The rendering software (ifcreport.app) is © 2026 ifcreport.app and is not covered by CC BY 4.0. CC BY 4.0 applies only to the contents of the sample-report.pdf insofar as that PDF reproduces or transforms data from the source IFC. Regenerating ------------ This file and sample-report.pdf are produced by: pnpm build:sample The build script downloads the source IFC on demand (~47 MB) and caches it under scripts/sources/ (gitignored). See scripts/build-sample-report.tsx for the full pipeline.