Revolve around z at origin ?

 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