mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-07 19:20:38 -08:00
Intro Example 19 did not follow naming convention: ex19_sk2 -> ex19_sk
This commit is contained in:
parent
544331face
commit
3eaa41abe5
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@ ex_counter += 1
|
|||
length, thickness = 80.0, 10.0
|
||||
|
||||
with BuildPart() as ex19:
|
||||
with BuildSketch() as ex19_sk2:
|
||||
with BuildSketch() as ex19_sk:
|
||||
RegularPolygon(radius=length / 2, side_count=7)
|
||||
extrude(amount=thickness)
|
||||
topf = ex19.faces().sort_by(Axis.Z)[-1]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue