Minor fix in previous commit regarding writing of ifc file

This commit is contained in:
Laurens Oostwegel
2021-05-16 15:46:31 +02:00
parent 647a96a655
commit 79ebbb82ef
2 changed files with 0 additions and 158493 deletions
-1
View File
@@ -46,7 +46,6 @@ class Cityjson2ifc:
def convert(self, city_model):
self.city_model = city_model
self.create_new_file()
self.write_file()
self.create_metadata()
self.geometry.build_vertices(self.IFC_model,
coords=city_model.j["vertices"],
File diff suppressed because one or more lines are too long