Faster way to fillet multiple polylines?
From your “screenshot”, I would say CurveBoolean (to do all the multiple trimming and joining) then FilletCorners on the results.
1 Like
Your solution does work but not exactly how I was hoping… thanks
Is there a way to use the _intersect command, group intersecting points and use those to fillet?
no, because two things have to happen.
- you need to trim the curves to be end connected and joined.
- you need to apply a fillet. (and spec a radius)
you can make a script for this, but personally I’d simply hot key those two commands and run them that way.