mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-15 15:20:37 -08:00
Vase example, Workplanes, new filters
This commit is contained in:
parent
1721b2e536
commit
cf5f140d02
6 changed files with 151 additions and 10 deletions
|
|
@ -65,7 +65,7 @@ with BuildPart(workplane=Plane.named("XZ")) as rail:
|
|||
)
|
||||
FilletSketch(*outside_vertices, radius=fillet + thickness)
|
||||
Extrude(rail_length)
|
||||
WorkplanesFromFaces(rail.faces().filter_by_normal(Axis.Z)[-1], replace=True)
|
||||
WorkplanesFromFaces(rail.faces().filter_by_axis(Axis.Z)[-1], replace=True)
|
||||
with BuildSketch() as slots:
|
||||
RectangularArrayToSketch(0, slot_pitch, 1, rail_length // slot_pitch - 1)
|
||||
SlotOverall(slot_length, slot_width, rotation=90)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue