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.
    • 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
                  • TIGT Offline
                    TIG Moderator
                    last edited by

                    As far as I know it works in v8.
                    But because the SketchUp version check is encrypted it isn't adjustable.
                    I think what it's doing is comparing the version as a string and finding "13..." < "8..." [which it is] - the simple fix is to compare them as floats [to_f] then 13 > 8 !
                    The author could issue a quick update so v2013 and later were supported ???

                    TIG

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

                      Hello,
                      OSCoolean Dec 2013 version for both groups & components is uploaded in the first post - or as RBZ from the PluginStore...
                      And it is still free to use.
                      Hope this can help!
                      Enjoy! 😍

                      Regards
                      Oscar

                      [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
                      • gillesG Offline
                        gilles
                        last edited by

                        Happy christmas!
                        Thanks

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

                        1 Reply Last reply Reply Quote 0
                        • pilouP Offline
                          pilou
                          last edited by

                          Bravo! 😎

                          Frenchy Pilou
                          Is beautiful that please without concept!
                          My Little site :)

                          1 Reply Last reply Reply Quote 0
                          • P Offline
                            Pherim
                            last edited by

                            Thanks!

                            Just wanted to say that this was not shown as an update in Plugin Store, I just saw it among the recent Plugins.

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

                              It IS in the Recent list in the PluginStore.
                              As a Windows user ensure you have IE Internet-options set to clear its cache on closing...
                              If old data gets stuck in IE you can find that the dilaog entries are formed from cacahed data on your PC ?

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • P Offline
                                Pherim
                                last edited by

                                Yes it is in the recent list but it was not shown as an update in "My Plugins" and just wanted to report.

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

                                  Did you download/install the previous version from the PluginStore ?
                                  If so the Update should have been signaled... 😕
                                  But if not 'we' have no way of knowing what you might have previously installed manually - so not notification would be expected... 😒

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • P Offline
                                    Pherim
                                    last edited by

                                    Yes, I did.

                                    1 Reply Last reply Reply Quote 0
                                    • sicksickisckS Offline
                                      sicksickisck
                                      last edited by

                                      don't work! as usual ..if sombody look for good boolens -> http://www.smustard.com/script/BoolTools

                                      1 Reply Last reply Reply Quote 0
                                      • BoxB Offline
                                        Box
                                        last edited by

                                        Works perfectly for me.

                                        1 Reply Last reply Reply Quote 0
                                        • P Offline
                                          Pherim
                                          last edited by

                                          @box said:

                                          Works perfectly for me.

                                          Same here!

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

                                            Hi,

                                            I do have a problem with this plugin ...

                                            Pls. have a look at the attached file!

                                            I would like to subtract "sub_1" and in a second step "sub_2" from "main".

                                            But unfortunately it does not work ...

                                            Many thanks in advance!!!!

                                            Jörg


                                            aufnahme_001.skp

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 14
                                            • 15
                                            • 16
                                            • 12 / 16
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement