To execute the IfcTiler, use the flag -i
followed by paths of IFC files or directories containing IFC files
(venv) ifc-tiler -i <path>
<path> should point to an IFC file or a directory holding IFC files.
The resulting 3DTiles tileset will contain the ifc geometry, ordered by category : each tile will contain an IFC Object Type, that can be found in the batch table, along with its GUID
This command should produce a directory named "ifc_tileset".
The --grouped_by
flag allows to choose how to group the objects. The two are options are IfcTypeObject
and IfcGroup
(by default, the objects are grouped by type).
Group by IfcTypeObject
:
ifc-tiler -i <path> --grouped_by IfcTypeObject
Group by IfcGroup
:
ifc-tiler -i <path> --grouped_by IfcGroup