mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-07 11:10:48 -08:00
general_examples_algebra.py -> fix ex23 typo
This commit is contained in:
parent
d424e97562
commit
ba2e687a07
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,7 @@ pts = [
|
|||
|
||||
l1 = Polyline(pts)
|
||||
l2 = Line(l1 @ 1, l1 @ 0)
|
||||
sk23 = make_face(l1, l2)
|
||||
sk23 = make_face([l1, l2])
|
||||
|
||||
sk23 += Pos(0, 35) * Circle(25)
|
||||
sk23 = Plane.XZ * split(sk23, bisect_by=Plane.ZY)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue