Skip to content

Commit e9ce7e0

Browse files
authored
Update voxelfile1.txt; entities -> include
1 parent 92f0d57 commit e9ce7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/voxelfile1.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
file = parse("duplex.ifc")
22
surfaces = create_geometry(file)
3-
slabs = create_geometry(file, entities={"IfcSlab"})
3+
slabs = create_geometry(file, include={"IfcSlab"})
44
slab_voxels = voxelize(slabs)
55
voxels = voxelize(surfaces)
66
fixed_voxels = fill_gaps(voxels)

0 commit comments

Comments
 (0)