Rhino trouble with radius

Hello friends,

I was starting to build the iwatch just for fun and for learning, but i have some trouble to build an radius on this little edge. Are there any suggestions ?? I upload a pic that you can see the what im are talking about.
Hope for Help. Cheers Phil

Hi, upload the .3dm and we can take a look.

Apple Watch.3dm (823.8 KB)

attached, you’re going to have to merge the radius surfaces (untrim + mergesrf) as in the file otherwise fillets will fail.

You could do it with pipe around the edge and split + run blendsrf if you don’t mind a messy surface but I suggest merging instead.

fillets.3dm (285.1 KB)

Hello - you’ll need to work your way around using FilletSrf here - the reason is that there are surfaces in the area of those edges that are smaller than the fillet radius - say .5, and Rhino cannot jump across these faces in FilletEdge, so FilletSrf is the thing because you can tell it which surfaces you want to fillet - it does not care about the edges. It’s a bit more work but clean.

(Vladimir’s suggestion to merge the tangent surfaces in the cutout may also work - use MergeSrf with Smooth=No… but I prefer to leave tangent faces as separate, myself - curvature discontinuous surfaces can cause problems)

Apple WatchEdges.3dm (518.3 KB)

-Pascal

Yes, I just don’t trust filletsrf in many of these cases as the trim boundary can fail, happens mostly with quick and dirty geometry though.

Hey Guys!

Thanks a lot! I really worked out and learned already something in rhino!!
But i dont get the work way fom Vladmir :(.

Anyway thx for the fast answer!!

Hello - What I think @Vladimir_Aleksic is suggesting is to extract the cut out surfaces

image

and Untrimthem
image

MergeSrf (Smooth=No):

image
V
image

Then trim the surface back into the main object again. One complication there is that you’d also need to do this with some of the outer faces as well - the idea would be to make single surfaces where there are split up surfaces that cause the problem I described above when they are smaller than the fillet radius like this:

image

I’d go with FilletSrf…

-Pascal

One click mergesrf - filletsrf solution.

No need to curve trim the boundary.

Check attached.

one click soultion.3dm (2.3 MB)

1 Like

It should.

When I try to recreate this, using your file, and do the MergeSrf command, not happens and the commandline shows “edges are too far apart for merge”. What am I doing wrong?

1 Like

untrim, then merge.

1 Like

Aha! Thanks. I didn’t notice that bend was not untrimmed yet. Now it works!

FillerSrf should be able to make all the fillets in a sequence of fillets like this with just 2 clicks. When one fillet in the sequence is defined all the other fillets are defined. Its ridiculous that the user is expected to be so much smarter than the developers and the user is expected to know where to put each fillet in the sequence, but its way too much to expect the developers to have the same grasp of how things work.

Filletsrf makes better quality surfaces most of the time. Its not just that trim boundaries are more accurate the surfaces that are made with filletedge often have poor tangent continuity which means that when you try to add more fillets on top of existing ones that may fail.

2 Likes

The geometry situation seems to be pretty obvious and simple.
In fact, it is not.
It is a great difference to see something, or to code something.
The developers are not stupid or lazy.

I don’t know if it is possible at all to solve those situations with a surface modeller.
With a solid modeller, it should be less problematic.

But again, Rhino should handle situations like this smarter.

In fact it is extremely simple and obvious.

After the user has made two clicks defining the first fillet the location of where the user must click next is completely known.

A rolling ball fillet always ends at a surface edge. If there is another surface at this edge point that has the same surface normals that is all the information that is needed for Rhino to make the next filletsrf in the sequence. The same thing for the next fillet and the next all the way around.

There is no good reason why the user has to tell Rhino where to make each fillet. Are you saying it is difficult for the developers to figure out where a corner of a fillet is located? Are you saying that it is difficult to determine if there is another surface at that point that has the same surface normal as the corner of the fillet? What part of this are you claiming is difficult?

Rhino can make rolling ball fillets as good or better than any solid modeller. The problem is that to get those excellent fillets the user has to do all the tedious repetitive work that should be done by the computer. And that is only because no development time has ever been devoted to automating those repetitive tasks.

That statement is completely wrong. It is much easier to do this on a surface to surface basis. The only reason there has been no progress in filleting in Rhino is exactly because there has been zero effort put into doing the very simple and obvious things that would make Filletsrf a very powerful tool.

2 Likes

I agree.

Philip

What’s the difference for a solid modeler? I can import the Rhino model and fillet that edge with Fusion and Fusion has no problem with surfaces being consumed by the fillet, in this situation Fusion has no more information than Rhino.

Mark

4 Likes

That’s really nice actually, I just don’t like fusion for anything except this I guess.

I started using Fusion for the exact opposite, it’s ability to remove fillets from imported models! I make injection moulds and used to spend hours removing features from customer supplied models, I decided the $300.00 a year was worth it just for that.

Mark