mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 06:42:38 +00:00
black .
This commit is contained in:
@@ -620,7 +620,7 @@ class DumbWallGenerator:
|
||||
walls = []
|
||||
for i in range(len(polyline_points) - 1):
|
||||
vec1 = polyline_points[i]
|
||||
vec2 = polyline_points[i+1]
|
||||
vec2 = polyline_points[i + 1]
|
||||
coords = (vec1, vec2)
|
||||
walls.append(self.create_wall_from_2_points(coords))
|
||||
return walls
|
||||
|
||||
Reference in New Issue
Block a user