mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Added Extrude face input
This commit is contained in:
parent
ddd51b6741
commit
5d656b04df
6 changed files with 9 additions and 9 deletions
|
|
@ -36,7 +36,7 @@ with BuildPart() as pillow_block:
|
|||
with BuildSketch() as plan:
|
||||
Rectangle(width, height)
|
||||
Fillet(*plan.vertices(), radius=5)
|
||||
Extrude(thickness)
|
||||
Extrude(amount=thickness)
|
||||
with Workplanes(pillow_block.faces().filter_by_axis(Axis.Z)[-1]):
|
||||
CounterBoreHole(bearing_axle_radius, bearing_radius, bearing_thickness)
|
||||
with GridLocations(width - 2 * padding, height - 2 * padding, 2, 2):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue