Skip to content

Latest commit

 

History

History
 
 

IfcTiler

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Ifc Tiler

Installation

See installation notes

See also

IfcTiler features

Run the IfcTiler

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".

Group by

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

Shared Tiler features

See Common module features.