mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
general_examples_algebra.py -> Fix ex31 lowercase z to valid uppercase Z
This commit is contained in:
parent
592224ea2a
commit
f7ad58194e
1 changed files with 1 additions and 1 deletions
|
|
@ -518,7 +518,7 @@ ex30 = extrude(ex30_sk, -10)
|
|||
# [Ex. 31]
|
||||
a, b, c = 80.0, 5.0, 3.0
|
||||
|
||||
ex31 = Rot(z=30) * RegularPolygon(3 * b, 6)
|
||||
ex31 = Rot(Z=30) * RegularPolygon(3 * b, 6)
|
||||
ex31 += PolarLocations(a / 2, 6) * (
|
||||
RegularPolygon(b, 4) + GridLocations(3 * b, 3 * b, 2, 2) * RegularPolygon(b, 3)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue