mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Whoops
This commit is contained in:
@@ -1825,7 +1825,7 @@ class IfcImporter:
|
|||||||
|
|
||||||
# See bug 3546
|
# See bug 3546
|
||||||
# ios_edges holds true edges that aren't triangulated.
|
# 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.add(num_vertices)
|
||||||
mesh.vertices.foreach_set("co", verts)
|
mesh.vertices.foreach_set("co", verts)
|
||||||
|
|||||||
Reference in New Issue
Block a user