[Plugin] Boolean--OSCoolean (Dec 2013) for SU 8 up free ver
-
Hi,
attached is my testenvironment ...
Have fun!
Jörg
testenvironment for boolean substraction of encapsulated group
-
I think I got you!
There is no possible intersection between those two groups: the little one is floating inside the big one, no face intersecting.
Just select them, explode and group you get a solid group.
-
Also, I don't know if it's important for 3D print (if want to print) but i should reverse the faces of the "hole".
-
Hi Gilles,
thank you!
That was too easy (as so often )
Best regards,
Jörg -
You're welcome.
-
Hey joergber
I have some insight
with the help of section plain
the [Plugin] Boolean--OSCoolean (Oct 2010) for SU 8 free ver will works@unknownuser said:
by joergber » Yesterday, 6:26 am
Hi,
I would like to know if it is possible to substract an capsulated group from the surrounding one ...Yes
The smart author gives you both outcome combine and minus as shown above
most of the time you need a inersection to minus a object with another object
but in your special case use section plain so you can make a groups of box- inside object
and a manual way to do that?
is just delete the the inside group object
wait a min you say it the the inter combine you want
well manual way uses outliner to put inter object inside outer object group (then explode inter)@unknownuser said:
by gilles » Today, 2:22 pm
Also, I don't know if it's important for 3D print (if want to print) but i should reverse the faces of the "hole".
oh yes reverse
"Many thanks in advance!"
your welcome
Dukejazzz -
Hi!
I know this has been out for awhile, but I used it the other day and it's awesome!!! Thank you Oscar!!!
Jo
-
Will this plugin work for Sketchup Make (v13)
When I run it I see this error in the ruby console with a simple two cube grouped system.
Error: #<TypeError: wrong argument type (expected Sketchup::Entity or Array of Sketchup::Entity)>
(eval):127:inadd' (eval):127:in
set_current_point'
(eval):73:in `onLButtonUp'
(eval):127 -
Should work just the same as Pro pr SU8 - there is no change in the API between the versions. Got sample model?
-
same error
-
I have the same problem. It worked great in 8 but gives that error message in Sketchup Make. A made a cube turned it into a group, made a second cube turned it into a group. the cubes overlap by about 50% then I select the two groups. A window pops up and says "OSCOOLEAN needs UPDATE: OSCoolean is a beta version(Sep 2010) for Google Sketchup Version 8!
then you click on OK and get nothing.The ruby Console gives these two errors:
Error: #<NoMethodError: undefined methodbest_picked' for nil:NilClass> (eval):98:in
set_current_point'
(eval):73:inonLButtonUp' (eval):98 Error: #<NoMethodError: undefined method
best_picked' for nil:NilClass>
(eval):98:in `set_current_point'BTW I've tried this on both my MAC and Windows 7 machine. doesn't work on either.
I've included the file
Thanks
-
I'm having the same error also. I'm trying to trim a group with a group full of components, but get the same error with just simple cube groups.
-
Any thoughts? Has anyone gotten this to work in Sketchup make?
-
@dkolok said:
I have the same problem. It worked great in 8 but gives that error message in Sketchup Make. A made a cube turned it into a group, made a second cube turned it into a group. the cubes overlap by about 50% then I select the two groups. A window pops up and says "OSCOOLEAN needs UPDATE: OSCoolean is a beta version(Sep 2010) for Google Sketchup Version 8!
then you click on OK and get nothing.Same error here
-
The toolset's author has not been active in the forums for some time... you could try to PM or email him.
Unfortunately he has compiled his toolset's script as a .rbs file, making it impossible to read or change.
I suspect that his tool has a 'SketchUp version checker' to ensure that it's at least being run in v8 - because it probably uses some functions only available in the >=v8 API...
If he is doing a version comparison using a string then something like'9'>'8'
would betrue
, BUT'13'>'8'
isfalse
- because of the starting '1' - using integer comparisons is different - 9>8 AND 13>8 are bothtrue
...
So it's easy resolved usingSketchup.version.to_i>=8
which returns true for 8, 13, 14 etc. If it is a baldSketchup.version.to_i!=8
then the code is also easily adjusted as above...There is no simple way to side step the compiled script's version checker...
-
Is there a boolean plugin for SU 7? If so, can someone kindly tell me where to find it?
-
There is BoolTools by Dale Martens at Smustard. Says it works for v5 and up. This is a commercial plugin.
-
Perfect work Oscar.
I am asking me if your plugin do the same as the SU2013 Pro with solids.
I feel your plugin more clear and clean.
Would you think to export for the new SU 2013 versión?.
Me and many people will like it.
Anyway thanks for your fine work.
-
Thanks for your support and encourage.
I will review my script for SU 2013 at December since my schedule is busy now.
Again, thanks for your support! -
Does this OSCoolean even work with Sketchup 8.0.16846? I put the .rbs into plugin folder, restarted Sketchup, I don't see any new tools or in the rightclick menu. How do you install this?
Advertisement