Empowering US Architecture, Construction, and Facility Management teams with vendor-neutral IFC models, automated IDS validation, and seamless COBie asset handovers across all project lifecycle phases.
Bridging proprietary software gaps (Revit, ArchiCAD, Tekla) with ISO 16739 IFC open standards from design ideation to multi-year facility operations.
Establishing vendor-neutral Exchange Information Requirements (EIR) and buildingSMART IDS data rules for seamless multi-disciplinary collaboration.
Transforming heavy design models into structured 5D QTO quantity takeoff data and clash-free execution files.
Converting complex As-Built BIM into lightweight COBie asset data packages for instant Maximo, Archibus, and Digital Twin API integration.
combining buildingSMART international certifications with open-source Python scripting (IfcOpenShell, BlenderBIM) to break proprietary software silos.
Certified expertise in ISO 16739 IFC standards, buildingSMART Data Dictionary (bSDD), and Information Delivery Specifications (IDS).
Programmatic model generation, property enrichment, and automated auditing using custom Python scripts and IfcOpenShell.
Bridging California architecture practice with National BIM Standards (NBIMS-US) for seamless FM handover.
Demonstrating automated parametric element creation & property set injection
import ifcopenshell
import ifcopenshell.api
# Initialize IFC4 Schema Model
model = ifcopenshell.api.run("project.create_file", version="IFC4")
project = ifcopenshell.api.run("root.create_entity", model, ifc_class="IfcProject", name="Via Madronas ADU")
# Automated Parametric Door & Roof Generation (2604 Via Madronas ADU Pipeline)
door = ifcopenshell.api.run("root.create_entity", model, ifc_class="IfcDoor", name="D-01 Entry Door")
ifcopenshell.api.run("pset.add_pset", model, product=door, name="Pset_DoorCommon")
ifcopenshell.api.run("pset.edit_pset", model, pset=pset, properties={"FireRating": "90 Min", "IsExternal": True})
# Validate against buildingSMART IDS Rules & Export COBie 2.4
print("[SUCCESS] Model validated against buildingSMART IDS & ready for COBie handover!")
Tailored commercial models designed for US architecture firms, general contractors, and institutional asset owners.
For Developers & Lead Architecture Firms
For General Contractors & FM Teams
Direct consultation with our California Licensed Architect & Open BIM Specialist.