Rhino WIP Feature: PushPull Multiface Support

Fixed :sweat_smile: !

2 Likes

can we have the same but with curves?

1 Like

Hi I see in rhino 9 wip multi surface push pull won’t select the corner surface highlighted in RED below.
it is the edge of a part from others that i am modifying and has been filleted.

but when I create a standard box and fillet that then use push pull I can select it?

see file enclosed for reference

does this mean there is something wrong with the corner surface of my model?

push pull fillet corner.3dm (295.6 KB)

Thanks! (RH-89621)

RH-89621 is fixed in Rhino WIP

Hello,

would be possible to have an “copy” choice for pushpull? Original geometry would be preserved and geometry after “pushpull” would be as new separate geometry …? :slight_smile:

Yes, that should be possible. I opened RH-91445.

1 Like

@Joshua_Kennedy Hi, thank you for quick reaction. Now i read your description and have a idea…

Solution of this can be twice:

  1. copy of all geometry - if i have a cube and extend it then i get a new box and original cube
  2. only “copy” of new geometry - if i have a cube and extend it then i get only extension as new geometry and origal cube (like gumball extrusion with “alt”)

I hope is understable…

Can I see an example of what you’re working on and where this would be useful for you?

Yes - there are two gifs.

In my case will be better the second one…or both :slight_smile:

First one - copy all extendet geometry:

PP_01

Second one - create a new geometry

PP_02

If you need that right now, you could do it with a Macro.

basically something like:

DupBorder pause ExtrudeCrv

(then probably make sure the extrusion is solid and delete input curve)

You’d have to sub-object select the face instead of just normal mouse clicking on the face with PushPull

—–

lol oh wait.. ExtrudeSrf already will do this without a macro. (delete input = no)

hi @jeff_hammond - yes, i know, thank you :wink: This is simple for one face, but not friendly for more face. I can use gumball too - this is easier but this was a idea for improvement “pushpull” command - in combination with “multiface” selection it would be powerfull…

1 Like

Yeah, I figured you already knew these other commands

Hi Joshua, this is awesome addition. I have one seemingly simple case where it doesn’t work. You know the best if it should work in this case or not. Take a look if you want. I’m using Rhino WIP 9.0.26034.12305.

push pull fail.3dm (103.2 KB)

Once red edge crosses the orange edge it fails to work

1 Like