Temporary Lock of Geometry via Keystroke & Moving Geometry?

 From:  Michael Gibson
11939.2 In reply to 11939.1 
Hi OSTexo,

re:
> I'd like to be able to quick lock/unlock via keystroke hold/tap to lock a curve or surface down
> so I can grab attached geometry that I'd like to defeature or delete.

Do you mean lock like pushing the Edit > Lock button on the side pane? That makes objects not selectable?


> On a related note I think I tracked down the issue with surface movement? It doesn't usually work for me
> if I want to move a face and try to use a snapping point on the object itself. Using another object
> to snap works consistently well.

For now put in a point object (Draw curve > More > Point) at your target before doing the move.
This should be improved in the next release though, where the original object outline will show with
a light dashed wireframe like it does when moving an entire object currently.


> Also, I can't figure out how to assign a keystroke shortcut to Hide objects? Do I need a script for that?

Put in this:
script: moi.geometryDatabase.hide();


- Michael