Dag Posted March 12, 2023 Share Posted March 12, 2023 Hi, how can I find the shortest edge on a polygon? I load data from OSM and some shapes have very small edges resulting in gaps when I run it over the Labs building generator from pattern tool. So I want to find the short edges and rescale it if the edge is over a threshold e.g 2,5 or delete them when they are under this threshold. I made a try with fuse but it does not work for me. With fuse after snapping the points the polygon results in a shape that I do not like. Best, D. Quote Link to comment Share on other sites More sharing options...
Fenolis Posted March 18, 2023 Share Posted March 18, 2023 For any Polygon, Convert Line to split edges, then Measure (Length/Perimeter). Attribute Promote (Minimum) to Detail to get lowest value. However, you might want to attempt this method instead. Quote Link to comment Share on other sites More sharing options...
Dag Posted March 18, 2023 Author Share Posted March 18, 2023 Thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.