mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -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
|
|
@ -39,7 +39,7 @@ with BuildPart() as pillow_block:
|
|||
Rectangle(width, height)
|
||||
FilletSketch(*plan.vertices(), radius=5)
|
||||
Extrude(thickness)
|
||||
WorkplanesFromFaces(pillow_block.faces().filter_by_normal(Axis.Z)[-1])
|
||||
WorkplanesFromFaces(pillow_block.faces().filter_by_axis(Axis.Z)[-1])
|
||||
CounterBoreHole(bearing_axle_radius, bearing_radius, bearing_thickness)
|
||||
RectangularArrayToPart(width - 2 * padding, height - 2 * padding, 2, 2)
|
||||
CounterBoreHole(screw_shaft_radius, screw_head_radius, screw_head_height)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue