Is there a more efficient way to move polyline points around? I have to do a lot of curve editing and the method I currently use is very inefficient compared to what I would use in Autocad (this also applies to editing CVs. I have tried to outline these as clearly as possible.
It seems to me that selecting points and then hit the move command is the fastest way to do this (I have drag selected points turned off to avoid accidentally moving stuff around).
Autocad
In Autocad, I can use grip handles to move a point with snapping enabled. I don’t have to hold down the mouse button while moving, I click the grip handle and destination. Also, I can use stretch, which moves points of multiple curves from the origin point to a destination.
Autocad video
Alternative methods
There are 3 flaws to the procedure:
I can mimic the drag handles by using the move command in between, but I don’t really want to have to execute the additional move command every time, I would like to have an equivalent to drag handles.
Ctrl+shift selecting the points of the curve and using the move command also moves the line, whereas
Ctrl+Shift selecting points of a curve is not possible currently (with curve the curve filter disabled).
This brings me back to this, which is basically a request for Autocad’s stretch command, which would also work well for editing CVs:
Hi Pascal, thanks for the script!
I have used the script in quite a heavy file wherein I notice that Rhino commands start to lag. By then, the macro method that I posted earlier feels a lot snappier and I could also use it on multiple points at once, so I think I’ll have to stick with that.