A focused IFC viewer for parameter set management.
Upload your IFC model, inspect it visually, then push new property sets and values to elements using a stable primary key parameter. No manual clicking through hundreds of dialogs.
Viewer and parameter writer will run in the browser, ideal for self hosted workflows behind Cloudflare Access or any internal SSO.
IFC viewer built for parameter work, not just pretty pictures.
Most viewers stop at navigation and clash toggles. This app is focused on structured data: primary keys, property sets, and repeatable exports back into your authoring tools.
Drop an IFC file and inspect the model in a lightweight 3D canvas. No server side storage in the base setup.
Bring your own primary key parameter and keep element identity stable across exports and revisions.
Define custom property sets once, then reuse them across models and projects with simple JSON templates.
Map spreadsheet columns to property names and apply values to matching keys in the IFC model.
Export a full log of what changed for QA records and for clients that want traceability.
Designed to sit behind Cloudflare Access or any reverse proxy. No multi tenant surprise sharing.
From IFC upload to enriched parameters in four steps.
The app is built around a simple contract - every element has a primary key parameter. Everything else layers on top of that single rule.
Point to the parameter that acts as primary key, for example GlobalId,
CCS_ID, or your own custom field.
Create new property sets or bind an existing template. Choose which parameters will be driven from your external data source.
Import a CSV or type values directly. The app matches rows by primary key and shows a preview before writing back to the model representation and change log.
Viewer core first, integrations next.
Initial milestone is a clean browser viewer that can understand keys and property sets. After that comes export options for Revit, Civil 3D, and ACC workflows.
- Milestone 1 - In browser IFC viewer, basic properties, element selection.
- Milestone 2 - Custom property set creator, CSV import, primary key based updates.
- Milestone 3 - Export enriched data for authoring tools and asset registers.
You can plug this into an existing BIM portal or run it on a simple Cloudflare Worker or static host.