Skip to content

Commit acf021e

Browse files
pakhareaothms
authored andcommitted
Update README.md: Add note about newline in voxelfile.txt
1 parent ae3735d commit acf021e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ conda install -c ifcopenshell voxelization_toolkit
7777
statement:
7878
text: slabs = create_geometry(file,include={"IfcSlab"})
7979
```
80-
4. Now add a line:
81-
`export_point_cloud(outmost_voxels, "outmost_voxels.obj")`
80+
4. Now add a line in `voxelfile.txt`:
81+
`export_point_cloud(outmost_voxels, "outmost_voxels.obj")` (ensure the file ends with a newline)
8282
5. and rerun voxec.
8383
6. The exported file can now be visualized for example in Blender.
8484

0 commit comments

Comments
 (0)