Properties
Similar Topics
Statistics
Comments
7
Participants
3
Subscribers
0
Votes
2
Views
1789
Share
Solved
LP1={(0,0),(1,0)}
LP2={(2,0),(3,0),(3,1)}
LP3={(4,0),(5,0),(5,1),(4,1)}
PL1=Translate[Polyline[LP1], Vector[(1,1)]]
PL2=Translate[Polyline[LP2], Vector[(1,1)]]
PL3=Translate[Polyline[LP3], Vector[(1,1)]]
# Works without problems
Execute[Sequence["PL"+k+"=Translate[Polyline[LP"+k+"],Vector[(1,1)]]", k,1,3]]
# Doesn't work. GeoGebra Error : “Unknown command: Polyline”
Maybe I'm doing something wrong, but I think it's a bug.
For a more complex example, see CREATE button GeoGebra script in:
Hilbert curve: https://www.geogebra.org/m/PMcY6Q8j
Files:
Bug Unknown com...
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
Yes it's a bug.
Workaround: write PolyLine instead of Polyline
(but this is not compatible with GGB, when the bug is corrected)
Thanks, fixed for next release
no, it's fine!
Thank you guys, you are all amazing!!
Please try the new version (387)
It' s working with Polyline[]
Thanks
Comments have been locked on this page!