Trim surface control points

 From:  Michael Gibson
6503.6 In reply to 6503.5 
Hi Tony,

> Michael sorry but I did not understand, I insert the key into the box and the box command button what should I write?

You should put the name:     ShrinkTrimmedSrf     on the right-hand side.

So add in a new shortcut key (push the Add button at the top), and on the left hand side put in the key you want to trigger it, such as: T

Then on the right-hand side, put in the command name or script that you want to be triggered. In this case you want a command name there, put in: ShrinkTrimmedSrf

Now when you push that key, it will call the ShrinkTrimmedSrf command on the selected objects.


> For the edges I meant to click an edge and a command to select adjacent at same time

For that one you also need to set up a shortcut key and this time it needs a script on it, the script you put is this (copy and paste this into the right-hand side):
script:/*Loop selection*/moi.geometryDatabase.selectLoop();

You need to select 2 consecutive edges first before triggering it, see here for some examples:
http://moi3d.com/forum/index.php?webtag=MOI&msg=3112.22
http://moi3d.com/forum/index.php?webtag=MOI&msg=3112.32

- Michael