This commit is contained in:
Dion Moult
2023-08-04 23:56:05 +10:00
parent 1c74147d89
commit 79584dba13
+1 -1
View File
@@ -1825,7 +1825,7 @@ class IfcImporter:
# See bug 3546
# ios_edges holds true edges that aren't triangulated.
mesh["ios_edges"] = list(set(tuple(e) for e in grouped_edges))
mesh["ios_edges"] = list(set(tuple(e) for e in ifcopenshell.util.shape.get_edges(geometry)))
mesh.vertices.add(num_vertices)
mesh.vertices.foreach_set("co", verts)