Timeline for Find Outer Boundary Of A Non-Convex Self-Intersecting Polygon
Current License: CC BY-SA 4.0
18 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 12, 2024 at 2:07 | history | edited | cvgmt | CC BY-SA 4.0 | added 44 characters in body |
| Nov 12, 2024 at 0:17 | history | rollback | cvgmt | Rollback to Revision 10 | |
| Nov 12, 2024 at 0:06 | history | edited | cvgmt | CC BY-SA 4.0 | added 704 characters in body |
| Nov 11, 2024 at 9:47 | comment | added | cvgmt | @Anton That is why I just add a comments. | |
| Nov 11, 2024 at 8:32 | comment | added | Anton | @cvgmt ImageMesh does not give a precise solution. | |
| Nov 10, 2024 at 9:05 | history | edited | cvgmt | CC BY-SA 4.0 | added 122 characters in body |
| Nov 10, 2024 at 8:40 | comment | added | cvgmt | For version 14.1, we have to use ImageMesh. Clear[points, poly, rectangle, g]; points = {{0, 0}, {2, 0}, {11, 4}, {-1, 4}, {4, .5}, {6, 7}, {7, 0}, {10, 0}, {10, 6}, {0, 6}}; poly = WindingPolygon[points, "NonzeroRule"]; rectangle = Rectangle @@ Transpose@CoordinateBounds[points, .5]; g = Graphics[{rectangle, White, poly}] // ImageMesh; BoundaryMeshRegion[MeshCoordinates[g], MeshCells[g, 1, "Multicells" -> True][[2]]] // RegionBoundary | |
| Nov 10, 2024 at 7:21 | history | edited | cvgmt | CC BY-SA 4.0 | deleted 4 characters in body |
| Nov 10, 2024 at 7:15 | history | edited | cvgmt | CC BY-SA 4.0 | deleted 4 characters in body |
| Nov 10, 2024 at 7:07 | history | edited | cvgmt | CC BY-SA 4.0 | added 107 characters in body |
| Nov 10, 2024 at 5:14 | history | edited | cvgmt | CC BY-SA 4.0 | deleted 10 characters in body |
| Nov 10, 2024 at 5:01 | comment | added | cvgmt | @A.Kato Since RegionDifference is wrong in version 14.1 | |
| Nov 10, 2024 at 4:48 | comment | added | A. Kato | regin is EmptyRegion[2] on 14.1.0 for Mac OS X ARM (64-bit) (July 16, 2024). | |
| Nov 9, 2024 at 14:40 | history | edited | cvgmt | CC BY-SA 4.0 | added 272 characters in body |
| Nov 9, 2024 at 14:07 | history | edited | cvgmt | CC BY-SA 4.0 | added 37 characters in body |
| Nov 9, 2024 at 13:47 | history | edited | cvgmt | CC BY-SA 4.0 | added 77 characters in body |
| Nov 9, 2024 at 13:42 | history | edited | cvgmt | CC BY-SA 4.0 | added 77 characters in body |
| Nov 9, 2024 at 13:35 | history | answered | cvgmt | CC BY-SA 4.0 |