Vase example, Workplanes, new filters

This commit is contained in:
Roger Maitland 2022-07-15 11:19:44 -04:00
parent 1721b2e536
commit cf5f140d02
6 changed files with 151 additions and 10 deletions

View file

@ -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)