mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Eliminated named from Plane & Literal parameters
This commit is contained in:
parent
e24a7c060d
commit
c7ca0bdf34
24 changed files with 470 additions and 929 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue