![]() |
Any way to cut all edges into nearly equal len pieces ? - Printable Version +- Wings 3D Development Forum (https://www.wings3d.com/forum) +-- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=1) +--- Forum: Wings 3D (https://www.wings3d.com/forum/forumdisplay.php?fid=9) +--- Thread: Any way to cut all edges into nearly equal len pieces ? (/showthread.php?tid=2609) |
Any way to cut all edges into nearly equal len pieces ? - ggaliens - 01-14-2018 Any way to cut all edges into nearly equal length pieces ? Maybe we have a model where most edges are longer than 4 units long (example number). And we want to cut each edge into parts (new verts along each edge) 1 unit long. Very short preexisting edges would not be cut at all (edges < 1 unit long) RE: Any way to cut all edges into nearly equal len pieces ? - micheus - 01-14-2018 (01-14-2018, 03:30 AM)ggaliens Wrote: Any way to cut all edges into nearly equal length pieces ?No. I also missing that once. But, for a couple of edges we can do that one by one - cutting, sliding and moving by n units. ![]() RE: Any way to cut all edges into nearly equal len pieces ? - ggaliens - 01-14-2018 Yeah. This is for my fabricator friend. Been so long away and wings does have hidden gems ... so I figured I'd double check. Thanks. |