Eliminated named from Plane & Literal parameters

This commit is contained in:
Roger Maitland 2022-10-16 11:57:50 -04:00
parent e24a7c060d
commit c7ca0bdf34
24 changed files with 470 additions and 929 deletions

View file

@ -47,7 +47,7 @@ with BuildPart() as recessed_counter_sink:
with BuildPart() as flush_counter_sink:
with Locations((10, 10)):
Cylinder(radius=3, height=2)
with Workplanes(flush_counter_sink.part.faces() >> Axis.Z):
with Workplanes(flush_counter_sink.part.faces().sort_by(Axis.Z)[-1]):
CounterSinkHole(radius=1, counter_sink_radius=1.5)
if "show_object" in locals():