Trim surface control points
All  1-4  5-9

Previous
Next
 From:  Tony77
6503.5 
Michael sorry but I did not understand, I insert the key into the box and the box command button what should I write?

Can you show me the steps please? how to derive the terms of the script?

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

Thanks
Image Attachments:
Size: 92.8 KB, Downloaded: 65 times, Dimensions: 898x746px
Size: 72.3 KB, Downloaded: 11 times, Dimensions: 946x823px
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 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
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Tony77
6503.7 
Thank you Michael;

Where can I find a list of scripts from utilizare with shortcuts
thanks
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
Next
 From:  Michael Gibson
6503.8 In reply to 6503.7 
Hi Tony, there is a collection of scripts here:
http://kyticka.webzdarma.cz/3d/moi/

That and many other links are listed on the Resources section of the wiki: http://moi3d.com/Resources

- Michael
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged

Previous
 From:  Tony77
6503.9 
Thanks Michael ;)
  Reply Reply More Options
Post Options
Reply as PM Reply as PM
Print Print
Mark as unread Mark as unread
Relationship Relationship
IP Logged
 

Reply to All Reply to All

 

 
 
Show messages: All  1-4  5-9