mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Removed legacy code
This commit is contained in:
parent
b232be7f8f
commit
32a1ea1d39
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ def loft(
|
||||||
|
|
||||||
# Try to recover an invalid loft
|
# Try to recover an invalid loft
|
||||||
if not new_solid.is_valid():
|
if not new_solid.is_valid():
|
||||||
new_solid = Solid.make_solid(Shell.make_shell(new_solid.faces() + section_list))
|
new_solid = Solid(Shell(new_solid.faces() + section_list))
|
||||||
if clean:
|
if clean:
|
||||||
new_solid = new_solid.clean()
|
new_solid = new_solid.clean()
|
||||||
if not new_solid.is_valid():
|
if not new_solid.is_valid():
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue