Hi Frederick,
re:
> Did you need to re-model the thread from scratch for this to work, or can I somehow use FlowExtend on my existing thread?
I used it on your existing thread but basically resetting it using Edit > Separate to break it into individual surfaces, then selecting all edges and hitting Delete to do an "untrim" and recover the full underlying surfaces.
Then I used FlowExtendSrf on each individual thread surface.
> I downloaded FlowExtend now, but I don't understand what it does.. It added a lot of flat planes to my
> model when I tried to use it on my edges (see screenshot)?
You're getting a bunch of pieces extended there including the cylinders and cylinder end caps which don't need it. If you break it into surfaces using Edit > Separate you can be more selective for which pieces to extend.
> BTW, is there a way to add a shortcut for "Reset Current view"? I only found a script to "ResetAll views".
Try this one:
script: /* Reset current view */ var vp = moi.ui.getActiveViewport(); if ( vp ) { vp.reset(); }
- Michael
|