Hello
My first time here.
I have a rather trivial problem, but still it is one that complicates things a lot
Is there any way to Align lenghts of all single segments in drawn polyline, so i.e. they won’t be shorter than 0.8mm.
Much in the same way as AlignMeshVerticles works.
Hi Michal - so, the goal is to take an existing polyline and change the vertex locations so that no segment is shorter than some number? Do you have an example?
Sorry for late response from my side, I’m quite busy at work right now. But also thank you very much for taking interest in my problem I exacly want to achieve what you described
Hi Michal - I do not see a good way to do this with any guarantee that the shape will not change too much if the points are to be moved but it seems reasonable to figure out a way to remove points to eliminate short segments - would that be OK?
You only have five segments less than 0.8mm, so easily cleaned up manually.
To find the short lengths, copy the polylines to a new layer with a contrasting colour and explode it. Hide your original layer. Use @Helvetosaur’s SelCrvsByLength script from WISH: Select By Length to identify the short curves (invert the resulting selection and delete so you can see the wood for the trees).
Jeremy
p.s. You have a polyline that crosses itself near the top of your object.