Revolve around z at origin ?

Next
 From:  TOM (SIRTOM)
8939.1 
Hi,

Is there a way of revolving a curve around the z axis at Origin 0/0/0 with just a shortcut?

I am doing this dozens of times and it would be a helpful timesaver to trigger
it just by hitting a shortcut.

EDITED: 18 May 2018 by SIRTOM

  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
8939.2 In reply to 8939.1 
Hi Tom,

re:
> Is there a way of revolving a curve around the z axis at Origin 0/0/0 with just a shortcut?

Try the CustomRevolve.js script from here:
http://moi3d.com/forum/index.php?webtag=MOI&msg=7848.1

That one does a 60 degree revolve around the z axis. If you want it to be a full revolve, edit the line that has this:

code:
    factory.setInput( 3, 60 );


and change it to a value of 360 like this:
code:
    factory.setInput( 3, 360 );


- Michael

EDITED: 18 May 2018 by MICHAEL GIBSON

  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:  TOM (SIRTOM)
8939.3 In reply to 8939.2 
Wow, somehow that slipped through my memory :-P ...
Thanks a lot for helping out ! Tom
  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