Intro Example 19 did not follow naming convention: ex19_sk2 -> ex19_sk

This commit is contained in:
jdegenstein 2023-04-07 13:42:04 -05:00 committed by GitHub
parent 544331face
commit 3eaa41abe5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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