Properties
Category
English
Similar Topics
Statistics
Comments
12
Participants
5
Subscribers
0
Votes
2
Views
2316
Share
Completed
The segments automatically created with the polygon command aren't necessary for all applications. Further, if you have X number of polygons, and each polygon has Y number of segments, then the worksheet can really slow down to a crawl for high values for X when the polygons' coordinates can be adjusted dynamically.
- 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
Combining the two methods seems to work.
{Polygon[A,B,C,D]}
and Line Thickness = 0
I agree :P
I also noticed that GeoGebra automatically recreates the segments upon deletion. So, it's not a matter of "fixing" a sketch after the object has been created.
Hi
Well, this is the big problem
piman
what do you think about
create poligon normally eg: poly=polygon[A,B,C,D] with mouse
click-right, redefine: {polygon[A,B,C,D]}?
saludos
Bravo :D
It is what I need! (Even if it seems a bug ...)
Thanks
Hi
I already tried
Sequence[{Polygon[Element[L1, i], Element[L1, i + 1], Element[L2, i]]}, i, 1, n - 1]
Works :D
There still seems like there's no good way to completely remove the segments created when drawing a polygon. There also is no way to draw the segments in a different color than the polygon as far as I can tell. :(
type {polygon[(0,0),(2,1),(1,5)]}
Polygon[{A,B,C,D}]
and Line Thickness = 0
....
Combining the two methods seems to work.
{Polygon[A,B,C,D]}
and Line Thickness = 0
Comments have been locked on this page!