Seams
All  1-8  9-11

Previous
Next
 From:  Art (ARTURBRZUZA)
10245.9 In reply to 10245.7 
Interesting PILOU. I have not gotten into using scripts quite yet but will try this out soon. Only gotten as far as setting custom hotkeys :)
  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:  Frenchy Pilou (PILOU)
10245.10 In reply to 10245.9 
Precision...
code: (only one line)
var fs=moi.filesystem, fl=fs.getTempDir()+'tmp.stp', gd = moi.geometryDatabase; gd.fileExport(fl); gd.removeObjects(gd.getSelectedObjects()); gd.fileImport(fl); fs.deleteFile(fl);

Copy the Max's code in a .js file, and save it the "scripts" directory. (with any name you want without space )
Also the "commands" folder is ok.
To use it, simply select the curves you want to elaborate and run the command.
Load the file and put it in the scripts folder of Me (if this folder does not exist, create it)
Make a shortcut, or press TAB and write the name of the script
Select curves and call the plugin.
  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:  Art (ARTURBRZUZA)
10245.11 In reply to 10245.10 
Thanks PILOU, looks pretty straightforward.
  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-8  9-11