We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b82527 commit a0f9500Copy full SHA for a0f9500
1 file changed
stl2step/__main__.py
@@ -179,7 +179,6 @@ def sort_edges(edges_merged):
179
all_polygons[e] if e >= 0 else all_polygons[-e][::-1] for e in poly_res
180
]
181
182
-
183
all_poly_coord = [[pnts[f] for f in e] for e in all_poly_correct]
184
185
wire = []
0 commit comments