We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3735d commit acf021eCopy full SHA for acf021e
README.md
@@ -77,8 +77,8 @@ conda install -c ifcopenshell voxelization_toolkit
77
statement:
78
text: slabs = create_geometry(file,include={"IfcSlab"})
79
```
80
-4. Now add a line:
81
- `export_point_cloud(outmost_voxels, "outmost_voxels.obj")`
+4. Now add a line in `voxelfile.txt`:
+ `export_point_cloud(outmost_voxels, "outmost_voxels.obj")` (ensure the file ends with a newline)
82
5. and rerun voxec.
83
6. The exported file can now be visualized for example in Blender.
84
0 commit comments