GH_IFC_Project/ ├── app.py # Flask + Hops entry point ├── core/ # Step-wise processing logic │ ├── step1_ifc_parser.py │ ├── step2_xml_parser.py │ ├── step3_match_id.py │ └── step4_detected_updated.py ...
Welcome to the Python-Grasshopper repository, where you'll find Python scripts developed during the "Robotic Fabrication in Architecture" course. Grasshopper, a visual programming language extension ...