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

    [Plugin] Solid Inspector

    Scheduled Pinned Locked Moved Plugins
    303 Posts 99 Posters 260.2k Views 98 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.
    • D Offline
      d12dozr
      last edited by

      Just curious, why are some errors highlighted red, and some yellow? I haven't been able to figure out a pattern.

      3D Printing with SketchUp Book
      http://goo.gl/f7ooYh

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

        @d12dozr said:

        Just curious, why are some errors highlighted red, and some yellow? I haven't been able to figure out a pattern.

        Red is the currently selected error. I think you can press a key (Return maybe=) to make it zoom in. You can also Tab around between errors.

        There is lots of room for improvement - but not enough time... 😞

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

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

          @thomthom said:

          Red is the currently selected error. I think you can press a key (Return maybe=) to make it zoom in. You can also Tab around between errors.

          Oh cool, I knew about the Tab key, but I never knew about the colors.

          Its an excellent tool - thanks again!

          3D Printing with SketchUp Book
          http://goo.gl/f7ooYh

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

            Wish I knew about this plugin sooner, gonna save me a lot of time. Thank you very much πŸ˜„

            http://www.nicholasvaisey.co.uk/.

            1 Reply Last reply Reply Quote 0
            • DesertRavenD Offline
              DesertRaven
              last edited by

              Hey TomTom, this is an awesome tool!!! thank you so much for sharing this.

              A note to the Sketchup Programmers, weather they will read this or not, just have to say it:

              Did it never occur to you that something like this should of been in the solid tool kit to begin with?!!

              Do you guys ever test what you program? Put a little bit more muscle in to it, please for crying out loud!

              Also try and make us some tools that don't leave fractions of tiny lines behind like that buggy follow me tool, fix it already!

              Thanks. I just donated $50 to ThomThom. Keep the good work going!

              simplicity is the ultimate sophistication

              1 Reply Last reply Reply Quote 0
              • V Offline
                VeniVidiVici
                last edited by

                Hi Thomas,

                Thank you again for this tool (belive I've said it before) great tool.
                I haven't used it in a while, and now I cant seem to get it working.
                It seems to load fine but nothing happens?

                I've double checked, and it is in the google sketchup 8 plugins folder...

                tt_solid_inspector.rb

                I also put in the newest TT_Lib2, which is in its own folder in the Plugins directory.

                I still cant seem to get anything to work, I have a few objects that arent quite solids, grouped, and it loads
                but I see no errors, yet it is not a solid.

                Any ideas?

                Thanks!

                πŸ˜„

                1 Reply Last reply Reply Quote 0
                • V Offline
                  VeniVidiVici
                  last edited by

                  Thomas, your tools are awesome...I got it to work, not sure what it was, guess I just needed a reboot?!
                  This tool has saved me countless hours of work...I will be contributing in the near future...tks again.

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

                    @venividivici said:

                    I still cant seem to get anything to work, I have a few objects that arent quite solids, grouped, and it loads
                    but I see no errors, yet it is not a solid.

                    Any ideas?

                    I don't have an idea as of yet - you need to be more specific to what "doesn't work". No menus? Tool doesn't activate?
                    You see errors you say, in the Ruby Console? (If so, please post them - they would be extremely useful)

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

                    1 Reply Last reply Reply Quote 0
                    • xiombargX Offline
                      xiombarg
                      last edited by

                      It's actually cool to see people making donations to valued plugin programmers. I'm working through a prototyping, but as soon as I make any money, I'm committed to donate accordingly.

                      1 Reply Last reply Reply Quote 0
                      • voljankoV Offline
                        voljanko
                        last edited by

                        @venividivici said:

                        I have a few objects that arent quite solids, grouped, and it loads
                        but I see no errors, yet it is not a solid.

                        Maybe you have ungroupped items mixed with grouped one.
                        To detect this you need a SuSolid plugin (free for only solid inspections).
                        David

                        SuSolid.com - solid check - solid repair- solid intersection check - weight plugin

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

                          Thanks a lot! Great plugin

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

                            Useful, plus efficient plug. πŸ‘

                            I've been wondering, what is a rough pseudo code to check whether the group is a solid?

                            • at least two faces per edge?
                            1 Reply Last reply Reply Quote 0
                            • thomthomT Offline
                              thomthom
                              last edited by

                              @anton_s said:

                              Useful, plus efficient plug. πŸ‘

                              I've been wondering, what is a rough pseudo code to check whether the group is a solid?

                              • at least two faces per edge?

                              All edges should have exactly 2 faces. Anything else and it's not a solid. No need to check for anything else.

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

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

                                Although checking for nested objects like groups/images/instances also helps because they stop 'solidness' too...
                                Normally, to be seen as a 'solid' a group/component should contain only edges/faces and ALL edges must have two faces [no more, no fewer]. Note that there could also be 'Guides' inside a 'solid', because they won't interact with its geometry...

                                TIG

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

                                  @thomthom said:

                                  All edges should have exactly 2 faces. Anything else and it's not a solid. No need to check for anything else.

                                  Wow, I was close! πŸ˜„

                                  @tig said:

                                  Although checking for nested objects like groups/images/instances also helps because they stop 'solidness' too... Guides...

                                  Thanks, good advice! πŸ‘ I guess that makes-up a complete defenition of a solid. πŸ˜„

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

                                    Hi,
                                    I have the following problem after installing solid inspector. When I start SketchUp I get the error dialog box:

                                    Error Loading File tt_solid_inspector.rb
                                    uninitialized constant TT;;GUI;;ToolWindow
                                    

                                    Does anyone encountered the same error previously? I use SketchUp 8 (the free version) from wine under linux, I do not think it could be related, but it is the only thing that is special considering my case.

                                    • sincerely,

                                    Myguel

                                    1 Reply Last reply Reply Quote 0
                                    • Dave RD Offline
                                      Dave R
                                      last edited by

                                      Did you also install TT_Lib2 as specified in the original post?

                                      Etaoin Shrdlu

                                      %

                                      (THERE'S NO PLACE LIKE)

                                      G28 X0.0 Y0.0 Z0.0

                                      M30

                                      %

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

                                        Thanks for the quick answer. I copied the TT_LIB2 folder inside the Plugin folder of SketchUp. I suppose it's correctly installed so, but maybe I'm wrong?

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

                                          @myguel said:

                                          Thanks for the quick answer. I copied the TT_LIB2 folder inside the Plugin folder of SketchUp. I suppose it's correctly installed so, but maybe I'm wrong?

                                          • sincerely,
                                            MYguel

                                          Can you post screenshot of the file and where they are located?

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

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

                                            All the files are in the .wine/drive_c/Program Files/Google/Google SketchUp 8/Plugins
                                            Here are the output of the command that list the content of the folders:

                                            $$>ls -1
                                            config-thumb.jpg
                                            Examples
                                            examples.rb
                                            hideall.rb
                                            __MACOSX
                                            Ocean
                                            ocean_extension.rb
                                            samples_library
                                            samples_library_ext.rb
                                            TT_Lib2
                                            tt_solid_inspector.rb
                                            Utilities
                                            utilities.rb
                                            VolumeCalculator21.rb
                                            
                                            $$> cd TT_Lib2
                                            $$> ls -1
                                            config-thumb.jpg
                                            Examples
                                            examples.rb
                                            hideall.rb
                                            __MACOSX
                                            Ocean
                                            ocean_extension.rb
                                            samples_library
                                            samples_library_ext.rb
                                            TT_Lib2
                                            tt_solid_inspector.rb
                                            Utilities
                                            utilities.rb
                                            VolumeCalculator21.rb
                                            manu@rebus;Plugins$ cd TT_Lib2/
                                            manu@rebus;TT_Lib2$ ls -1
                                            arc.rb
                                            attributes.rb
                                            babelfish.rb
                                            bezier.rb
                                            binary.rb
                                            bounds.rb
                                            CHANGELOG.txt
                                            color.rb
                                            core.rb
                                            cursor.rb
                                            cursors
                                            debug.rb
                                            definition.rb
                                            dimension.rb
                                            edges.rb
                                            entities.rb
                                            faces.rb
                                            geom3d.rb
                                            gizmo_manipulator.rb
                                            gui.rb
                                            image.rb
                                            inputbox.rb
                                            instance.rb
                                            integrity_list.dat
                                            javascript.rb
                                            json.rb
                                            libraries
                                            locale.rb
                                            materials.rb
                                            modal_wrapper.rb
                                            model.rb
                                            point3d_ex.rb
                                            point3d.rb
                                            progressbar.rb
                                            ray.rb
                                            README.txt
                                            selection.rb
                                            settings.rb
                                            simpletask.rb
                                            sketchup.rb
                                            system.rb
                                            toolbarwindow.rb
                                            toolwindow.rb
                                            uv_plane.rb
                                            uvq.rb
                                            version.rb
                                            webdialog
                                            webdialog_patch.rb
                                            win32.rb
                                            window.rb
                                            
                                            
                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 6
                                            • 7
                                            • 8
                                            • 15
                                            • 16
                                            • 6 / 16
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement