├── Grasshopper_Components └── WIP │ ├── ifcParser.gh │ └── ifcSchemaReader.ghuser ├── LICENSE ├── NotePad_Styles ├── NotePad++IFCExpressLanguageStyler.xml └── NotePad++IFCLanguageStyler.xml ├── README.md └── img ├── GHScreenShot2.png ├── GHScreenshot.png ├── install.png └── stylePreview.png /Grasshopper_Components/WIP/ifcParser.gh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/Grasshopper_Components/WIP/ifcParser.gh -------------------------------------------------------------------------------- /Grasshopper_Components/WIP/ifcSchemaReader.ghuser: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/Grasshopper_Components/WIP/ifcSchemaReader.ghuser -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/LICENSE -------------------------------------------------------------------------------- /NotePad_Styles/NotePad++IFCExpressLanguageStyler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/NotePad_Styles/NotePad++IFCExpressLanguageStyler.xml -------------------------------------------------------------------------------- /NotePad_Styles/NotePad++IFCLanguageStyler.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/NotePad_Styles/NotePad++IFCLanguageStyler.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/README.md -------------------------------------------------------------------------------- /img/GHScreenShot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/img/GHScreenShot2.png -------------------------------------------------------------------------------- /img/GHScreenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/img/GHScreenshot.png -------------------------------------------------------------------------------- /img/install.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/img/install.png -------------------------------------------------------------------------------- /img/stylePreview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JulesBuh/ifcParser/HEAD/img/stylePreview.png --------------------------------------------------------------------------------