Questions tagged [polygons]
The polygons tag has no summary.
176 questions
2 votes
3 answers
193 views
Styling collection of polygons in single Polygon differently [closed]
In documentation of Polygon we can read: Polygon[{poly_1,poly_2,…}] represents a collection of polygons poly_i. But then there is no example how to style each ...
5 votes
3 answers
364 views
How does one parallelize WindingPolygon?
Consider this toy model: a list 100,000 simple point sets, and we Map WindingPolygon over it: ...
5 votes
3 answers
304 views
High Performance Polygon Union
I need to find solution to combine large numbers of intersecting polygons, much faster than Mathematica's RegionUnion, so I'm looking at how to use external ...
5 votes
2 answers
391 views
Constructing a printable modified pyramid
I wanted to construct an object based on a pyramid for 3D printing an am stuck on the question how to convert the construction into Mathematica code. The process of construction went along like this, ...
2 votes
1 answer
115 views
Determining implicit form of a polygonal region given symbolic points
How do I determine the 2D region bounded by some given points in symbolic form? In particular, I want something like this to work: ...
3 votes
1 answer
214 views
Strange WindingCount behavior on polygon's border and how to fix it?
Consider this code: ...
2 votes
2 answers
359 views
How to Handle Non-Coplanar Vertices in BoundaryMeshRegion Constructed from ParametricPlot3D?
I'm trying to construct a BoundaryMeshRegion from a set of 3D surfaces generated using ParametricPlot3D. Here's my workflow: I created several ParametricPlot3D ...
3 votes
1 answer
315 views
How can I make all the lines within the polygon turn gray in that region?
How can I make all the lines within the polygon turn gray in that region? ...