mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
Added instance variables to BuildPart, updated tutorial
This commit is contained in:
parent
91aa315bae
commit
e991ba05a0
4 changed files with 117 additions and 23 deletions
|
|
@ -66,7 +66,7 @@ with BuildPart() as lego:
|
|||
Circle(support_inner_diameter / 2, mode=Mode.SUBTRACT)
|
||||
Extrude(amount=base_height - wall_thickness)
|
||||
with Workplanes(
|
||||
Plane(origin=(0, 0, base_height - wall_thickness), normal=(0, 0, 1))
|
||||
Plane(origin=(0, 0, (lego.vertices() >> Axis.Z).Z), normal=(0, 0, 1))
|
||||
):
|
||||
Box(
|
||||
block_length,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue