What about PolyExtrude with negative distance? I'm not sure how it works out with complex shapes though and this seems to change the edge lengths in unexpected ways.
edward What about PolyExtrude with negative distance? I'm not sure how it works out with complex shapes though and this seems to change the edge lengths in unexpected ways.
Thanks, but I have already tried many ways, including extrude.
This is quite an interesting problem
Edited by Alexey Vanzhula - March 30, 2017 04:56:14
It's not a big problem for curve surfaces. But it's not possible with meshes slightly more difficult than a cube In this case different surface areas will conflict with each other and any “offset stuff” will not be effective.
I probably did not correctly explain the problem. I mean, maybe any one invented some fake method. For example I have not bad result with new Smooth SOP. Or Boolean SOP that solve the problem but leave some garbage
My suggestion would be to connect the geometry to a solver node and constantly move all points along their negative normals. Once they meet, there are two types of points: Corner points and flat points.
For corner points create an averaged normal of all nearby points and their own normal and move on. For flat points an average vector aiming from their nearby neighbours should be added to their normals. So they keep moving inwards with the same speed but get shifted sideways.
I dont expect this method to be sufficient but this is how I would start.
Edited by Konstantin Magnus - March 30, 2017 20:50:46