We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92f0d57 commit e9ce7e0Copy full SHA for e9ce7e0
tests/fixtures/voxelfile1.txt
@@ -1,6 +1,6 @@
1
file = parse("duplex.ifc")
2
surfaces = create_geometry(file)
3
-slabs = create_geometry(file, entities={"IfcSlab"})
+slabs = create_geometry(file, include={"IfcSlab"})
4
slab_voxels = voxelize(slabs)
5
voxels = voxelize(surfaces)
6
fixed_voxels = fill_gaps(voxels)
0 commit comments