Is there a command that would simplify a group of closed polylines? I am working with a set of complex objects and would like to get rid of some of the rough edges. I’m wondering if there’s a command that could reduce each one to have four points. Or alternatively, a way to reduce each one to a square. Screenshot below.
I’m looking for a way to regularize these shapes (visual example of what I mean by this below.) I guess other programs like ARCGIS use a polyline compression algorithm to do this.
One really simple (but not flexible) way to do it would just be able to draw a bounding box around each shape individually
Here’s a file. I tried “correcting” some using a bounding box, which works alright, but what would be really helpful is to be able to do something like “reduce all closed polylines with over 10 points to closed polylines with 10 points”
Just for reference, I’m laser etching bitmapped images to produce tactile drawings for visually impaired people, and all of the additional edges and texture makes the image a little less clean and legible, so I’m looking for a way to clean it up a bit.
Yes! Bounding Boxes would be a good solution. I also found the Bitmap+ Plugin for Grasshopper so I’ll look into whether that can help if I want more customized geometry.