Best Practice Modify Hole Diameter

Hi @cfischer.engr

Since the front face and the step face are parallel you can simply use _MoveFace to shift the step up to the front. If you want a single surface follow up with _MergeAllFaces (which as a bonus will also merge some of the objects other faces) - _MergeAllFaces works on this but, in one of Rhino’s quirks, _MergeFace doesn’t [fyi @pascal]. This is probably the quickest solution for the given model.

Regards
Jeremy

Hm… I do not love this, if I follow, as it will leave a degenerate larger cylinder. If you remove the larger cylinder first, OK…

-Pascal

Hi @Pascal,

I don’t see that in the viewport so I kind of assumed Rhino took care of it. How does it manifest itself?

Jeremy

Hello - try ExtractSrf there

image

-Pascal

So does MergeAllFaces tidy that up - because, while it is there after MoveFace, I can’t find it with ExtractSrf after MergeAllFaces has run?

Although if I use ExtractSrf with Copy=No after MoveFace to select the degenerate, and then delete it, I find that the MergeAllFaces will no longer join the two coplanar surfaces left. So it obviously does do something with it.

Jeremy

If you use the hole tools you can move the holes.

@pascal Maybe it would be nice to add a scale hole or resize hole command to the hole tools?

Very simple hole diameter changes in polysurfaces. Mitch is right that as soon as there is any complexity you are better off deleting it and making a new one.

MergeAllFaces recognizes the sliver face as contiguous and co-planar with the other 2.

2 naked edges remain after the ExtractSrf.