[Plugin] extrudeEdgesByLathe
-
-
Tig, thanks for the plugin!
-
v1.2 now available here http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
'Round' error fixed.
Operation optimized for v7 users.
Following Jim's comments... -
@jim said:
TIG - thanks for another fine plugin.
report - not sure where you're getting the definition forround
- Float.round does not take an argument.
Also, version 7 users would find a nice speed-up by modifying the start_operation statement:
model.start_operation("Lathe", true)
> Error; #<ArgumentError; wrong number of arguments(1 for 0)> > C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146;in `round' > C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146;in `onMouseMove' > C;/Program Files/Google/Google SketchUp 7.1b3/Plugins/lathe1.1.rb;146 >
I'll add the version 7 speed up [forgotten during its speedy initial creation] and my
float.round(n)
does work for me !!! - although I don't know where I'm got that from [Edit: I grepped my rubies and found that 'Demeter.rb' and 'sunposition.rb' both redefinefloat.round(n=0)
to take an argument [defaults to 0 if not set]]... I've written a similar method toofloat.roundup(n)
to keep it separate... An update v1.2 will be issued shortly... -
Very nice to have this function as a pseudo-built in rather than the clunky workaround previously required to make lathed objects. Thanks!
-
Wow ! Many thanks TIG.
SU becomes really powerfull when boosted with all theses plugins...MALAISE
-
Here's v1.3 with Soft/Smooth Option in dialog
http://forums.sketchucation.com/viewtopic.php?p=184477#p184477 -
-
-
v1.4 now available - fixed inference-locking glitch on repeated lathes...
http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
-
HI TIG, is a small BUG.
THANKS FOR THE PLUGINS
-
@tig said:
Version:
20090915 1.0 First issue
20090916 1.1 Pick cursor/inferencing improved, choose 'axis' added.
20090917 1.2 'Round' error fixed. Operation optimized for v7 users.
20090918 1.3 Soft/Smooth Edges option added.
20090919 1.4 Inference-locking glitch fixed on repeated lathes.Tig, I'm tired trying to follow your daily updates... so I'll be waiting for a week to jump directly to "Lathe V 3.0"
Just kidding!
Awesome work, thank you again! -
very nice!
-
v1.5 available here http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
Smooth bug with Reverse Faces fixed. -
SUPERB Plugin indeed!, THANKS A LOT!
-
ZOMG
This is fantastic!!
TIG, your plugins are amazing.Added to my work flow and saved so much time!
-
This tool are very nice tool
Good Job
Thanks
please sketchup " boolean " rb or plugin
-
Hi Ruturaj
Oscarlok released a boolen plugin (which is free) however it has stuck in its beta version and does not always work as expected:
http://forums.sketchucation.com/viewtopic.php?f=180&t=14773 -
There is also BoolTools on Smustard. Commercial plugin.
-
Here's v1.6 http://forums.sketchucation.com/viewtopic.php?p=184477#p184477
Removal of Coplanar Edges now Optional. Superfluous face removal improved.
Advertisement