Rounding solid edges

Hi there! I would like to round all the edges of the structure that you see below. I didn’t know what command to use. I’m adding rhino7 file down below. Any help is very much appreciated. Thanks in advance!


structure_detail_rhino7.3dm (2.1 MB)

If it’s just for render purposes you can use Edge Softening, one of the tabs in the object Properties. Heck I just discovered my renderer can do rounding as sort of bump map effect(so not actual displacement, the outer edges are still sharp, but still handy.)

2 Likes

@JimCarruthers mentions a non-destructive way to do edge rounding (softening) for visualization purposes. If you are looking to round-over an edge permanently (geometrically), then use the FilletEdge command. NOTE: Save your work before using FilletEdge and be mindful of the radius, since too large of a radius will produce poor / unpredictable results.

Edge Softening: Edge softening properties | Rhino 3-D modeling
FilletEdge: FilletEdge | Rhino 3-D modeling

2 Likes