sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Boolean--OSCoolean (Dec 2013) for SU 8 up free ver

    Scheduled Pinned Locked Moved Plugins
    301 Posts 123 Posters 225.7k Views 123 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gillesG Offline
      gilles
      last edited by

      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.


      Untitled.skp

      " c'est curieux chez les marins ce besoin de faire des phrases "

      1 Reply Last reply Reply Quote 0
      • gillesG Offline
        gilles
        last edited by

        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".

        " c'est curieux chez les marins ce besoin de faire des phrases "

        1 Reply Last reply Reply Quote 0
        • J Offline
          joergber
          last edited by

          Hi Gilles,

          thank you!

          That was too easy (as so often 😉 )

          Best regards,
          Jörg

          1 Reply Last reply Reply Quote 0
          • gillesG Offline
            gilles
            last edited by

            You're welcome.

            " c'est curieux chez les marins ce besoin de faire des phrases "

            1 Reply Last reply Reply Quote 0
            • dukejazzD Offline
              dukejazz
              last edited by

              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

              pic_0163.jpg
              box- inside.skp

              @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
              pic_0164.jpg
              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

              1 Reply Last reply Reply Quote 0
              • JBJDesignsJ Offline
                JBJDesigns
                last edited by

                Hi!

                I know this has been out for awhile, but I used it the other day and it's awesome!!! Thank you Oscar!!!

                Jo 😄

                ...you send them to school, you give them books, and they eat the pages...

                1 Reply Last reply Reply Quote 0
                • B Offline
                  Brettb2953
                  last edited by

                  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:in add' (eval):127:in set_current_point'
                  (eval):73:in `onLButtonUp'
                  (eval):127

                  1 Reply Last reply Reply Quote 0
                  • thomthomT Offline
                    thomthom
                    last edited by

                    Should work just the same as Pro pr SU8 - there is no change in the API between the versions. Got sample model?

                    Thomas Thomassen — SketchUp Monkey & Coding addict
                    List of my plugins and link to the CookieWare fund

                    1 Reply Last reply Reply Quote 0
                    • A Offline
                      ArtPen
                      last edited by

                      same error 😳

                      1 Reply Last reply Reply Quote 0
                      • D Offline
                        dkolok
                        last edited by

                        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 method best_picked' for nil:NilClass> (eval):98:in set_current_point'
                        (eval):73:in onLButtonUp' (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


                        Test.skp

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          troypiggo
                          last edited by

                          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.

                          This is not my signature. I type it at the end of every message for quality control.

                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            dkolok
                            last edited by

                            Any thoughts? Has anyone gotten this to work in Sketchup make?

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              smartroad
                              last edited by

                              @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 😞

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                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 be true, BUT '13'>'8' is false - because of the starting '1' - using integer comparisons is different - 9>8 AND 13>8 are both true...
                                So it's easy resolved using Sketchup.version.to_i>=8 which returns true for 8, 13, 14 etc. If it is a bald Sketchup.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... 😒

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • A Offline
                                  ani0555
                                  last edited by

                                  Is there a boolean plugin for SU 7? If so, can someone kindly tell me where to find it?

                                  1 Reply Last reply Reply Quote 0
                                  • mitcorbM Offline
                                    mitcorb
                                    last edited by

                                    There is BoolTools by Dale Martens at Smustard. Says it works for v5 and up. This is a commercial plugin.

                                    I take the slow, deliberate approach in my aimless wandering.

                                    1 Reply Last reply Reply Quote 0
                                    • M Offline
                                      Migmat
                                      last edited by

                                      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.

                                      1 Reply Last reply Reply Quote 0
                                      • OscarLokO Offline
                                        OscarLok
                                        last edited by

                                        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!

                                        [b:dhgwcjdo][color=#0080BF:dhgwcjdo]JAYA Design & Renovation Sdn. Bhd.[/color:dhgwcjdo][/b:dhgwcjdo] [b:dhgwcjdo][color=#00BF40:dhgwcjdo]T[/color:dhgwcjdo][color=#00BC42:dhgwcjdo]h[/color:dhgwcjdo][color=#00B843:dhgwcjdo]e[/color:dhgwcjdo] [color=#00B247:dhgwcjdo]e[/color:dhgwcjdo][color=#00AE48:dhgwcjdo]x[/color:dhgwcjdo][color=#00AB4A:dhgwcjdo]p[/color:dhgwcjdo][color=#00A84C:dhgwcjdo]e[/color:dhgwcjdo][color=#00A44D:dhgwcjdo]r[/color:dhgwcjdo][color=#00A14F:dhgwcjdo]t[/color:dhgwcjdo] [color=#009A53:dhgwcjdo]i[/color:dhgwcjdo][color=#009754:dhgwcjdo]n[/color:dhgwcjdo] [color=#009058:dhgwcjdo]c[/color:dhgwcjdo][color=#008D59:dhgwcjdo]u[/color:dhgwcjdo][color=#008A5B:dhgwcjdo]s[/color:dhgwcjdo][color=#00865D:dhgwcjdo]t[/color:dhgwcjdo][color=#00835E:dhgwcjdo]o[/color:dhgwcjdo][color=#008060:dhgwcjdo]m[/color:dhgwcjdo][color=#007C62:dhgwcjdo]i[/color:dhgwcjdo][color=#007963:dhgwcjdo]z[/color:dhgwcjdo][color=#007565:dhgwcjdo]e[/color:dhgwcjdo][color=#007267:dhgwcjdo]d[/color:dhgwcjdo] [color=#006B6A:dhgwcjdo]o[/color:dhgwcjdo][color=#00686C:dhgwcjdo]f[/color:dhgwcjdo][color=#00656D:dhgwcjdo]f[/color:dhgwcjdo][color=#00616F:dhgwcjdo]i[/color:dhgwcjdo][color=#005E71:dhgwcjdo]c[/color:dhgwcjdo][color=#005B73:dhgwcjdo]e[/color:dhgwcjdo] [color=#005476:dhgwcjdo]s[/color:dhgwcjdo][color=#005178:dhgwcjdo]y[/color:dhgwcjdo][color=#004D79:dhgwcjdo]s[/color:dhgwcjdo][color=#004A7B:dhgwcjdo]t[/color:dhgwcjdo][color=#00477D:dhgwcjdo]e[/color:dhgwcjdo][color=#00437E:dhgwcjdo]m[/color:dhgwcjdo][color=#004080:dhgwcjdo].[/color:dhgwcjdo][/b:dhgwcjdo]

                                        1 Reply Last reply Reply Quote 0
                                        • J Offline
                                          jx2013
                                          last edited by

                                          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?

                                          1 Reply Last reply Reply Quote 0
                                          • R Offline
                                            Renaissance Man
                                            last edited by

                                            Hi Jo,
                                            Your post implies that you have been able to get the OSCoolean plugin to work with SketchUp 2013. Is this correct? Good for you! I, along with the rest of the planet have been unable to use OSCoolean due to version checking code. What was your workaround? The only functionality missing from the free version of SketchUp that I need are the boolean solid features. Are you aware of any other versions that are available either as a download or for purchase?

                                            Best of luck

                                            Greg

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 15
                                            • 16
                                            • 2 / 16
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement