Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

A reader for the buildingSMART Industry Foundation Classes (IFC) format.
GDIFC v0.01
A reader for the buildingSMART Industry Foundation Classes format
It gives you the IfcBuilding node capable of reading the IFC file geometries as meshes within the 3D nodes.
Using
Create a IfcBuilding node and call its read_ifc
method, passing the paht of the IFC file.
extends IFCBuilding
func _ready() -> void:
read_ifc("PATH")
the model currently loads at runtime, and you can save it as a new scene in the remote tree, but we are working on multiple alternatives.
Dependencies
The code uses the awesome web-ifc library to create the meshes.
Development
This initial version is only able to read the geometry of the file and some minor alphanumerical information.
The next steps is to work on the alphanumerical information and spatial structure of the generated node.
A reader for the buildingSMART Industry Foundation Classes (IFC) format.
Reviews
Quick Information

A reader for the buildingSMART Industry Foundation Classes (IFC) format.