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.
    • thomthomT Offline
      thomthom
      last edited by

      ...yea... it's there... somewhere on the list... ...the very long list... ๐Ÿ˜ž

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

      1 Reply Last reply Reply Quote 0
      • GaieusG Offline
        Gaieus
        last edited by

        Guy posted it in its new topic here:
        http://forums.sketchucation.com/viewtopic.php?f=323&t=33471

        Gai...

        1 Reply Last reply Reply Quote 0
        • G Offline
          GWD
          last edited by

          This Plugin try to fix problems with groups that suppose to be solids but don't show up like a solid in SU.

          fixSolid fix the following problems:
          * remove single edges
          * remove separate faces
          * remove edges between coplanar faces
          * remove innerfaces
          * remove all edges with only 1 face connected (RISKY FIX)

          Usage: 1. Select solid
          2. Right-Click Context-Menu. If the solid is broken the option 'FIX SOLID'
          is present. If the option isn't present there are no problems with
          the solid.
          3. Select 'FIX SOLID'
          4. You get the option to do a risky fix. If you choose a risky fix
          it is possible that a part of the solid wil be deleted. This action can
          be undone with the normal SU undo function. The risky fix try to fix
          all problems, the normal fix only fixes problem with no risk.

          Download from: http://forums.sketchucation.com/viewtopic.php?f=323&t=33471

          1 Reply Last reply Reply Quote 0
          • Chris FullmerC Offline
            Chris Fullmer
            last edited by

            WHat about TIGs plugin that does this? I posted a link to it on the previous page. Has anyone tried it? Does it work well? Here's the link again:

            http://forums.sketchucation.com/viewtopic.php?p=143720

            Lately you've been tan, suspicious for the winter.
            All my Plugins I've written

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

              hi Thom,

              I've turned on 'BackEdges', coloured the enclosed faces and added a section plane to highlight 'enclosed faces', could this be added..... or maybe highlight enclosed edges, as deleting these is the remedy....
              just some thoughts while testing.

              btw, the return key as well as tab scrolls thru your views on the mac and getting back to the select tool doesn't work with the space bar when using...

              keep up the good work

              john

              could this be auto generated within the script?

              learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                @driven said:

                I've turned on 'BackEdges', coloured the enclosed faces and added a section plane to highlight 'enclosed faces', could this be added..... or maybe highlight enclosed edges, as deleting these is the remedy....
                just some thoughts while testing.

                I avoided using material as I didn't want to clutter people's models. Removing materials requires some akward workarounds and I didn't want to get into that. Section planes are the same, need to apply some silly hack to add them to the scene ... and I don't think one can even activate them via Ruby. ๐Ÿ˜ž
                It should be highlighting the edges though, while the tool is active. you're not seeing that?

                @driven said:

                btw, the return key as well as tab scrolls thru your views on the mac and getting back to the select tool doesn't work with the space bar when using...

                Yes, Tab and Return allows you to navigate to the various areas (I want to make a UI for that.) though it should not be interfering with the Space key at all. I have no problems using it while I use the tool. ... ??

                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
                  driven
                  last edited by

                  @thomthom said:

                  I avoided using material as I didn't want to clutter people's models.
                  fair point, but what about using a 'style' set,that's purged when your done?

                  @thomthom said:

                  Section planes....(edit) I don't think one can even activate them via Ruby. ๐Ÿ˜ž
                  it seems to me that the api lets you, but I'm no coder...

                  @thomthom said:

                  It should be highlighting the edges though, while the tool is active. you're not seeing that?
                  sorry, it is highlighting the multi-face edges, it's the enclosed/internal (to volume) edges I was wondering about

                  @thomthom said:

                  (I want to make a UI for that.)
                  I'm just airing ideas 'for that', I've tested/used all the pre-existing repair-aid scripts (TIG's,VW,CadSpan,etc.) and currently use bits from each, in a rather untidy workflow.

                  we stop for Xmas next week and I'll try and organise my thoughts a bit better,

                  I like what you've done with this so far...

                  john

                  learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                    @driven said:

                    it seems to me that the api lets you, but I'm no coder...

                    The API only let you get and set the position of section planes. No way to add or activate them. ๐Ÿ˜ž

                    @driven said:

                    sorry, it is highlighting the multi-face edges, it's the enclosed/internal (to volume) edges I was wondering about

                    Oh, detect geometry inside solids. hmm... Not quite sure how one would do that... It's a thinker...

                    @driven said:

                    fair point, but what about using a 'style' set,that's purged when your done?

                    The problem is that one can't assign a style to just a small set of edges - it#s all or nothing.
                    But, with a new UI one could possibly have a checkbox that would toggle whether the invalid geometry is marked with a material.

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

                    1 Reply Last reply Reply Quote 0
                    • G Offline
                      GWD
                      last edited by

                      @driven said:

                      @thomthom said:

                      I avoided using material as I didn't want to clutter people's models.
                      fair point, but what about using a 'style' set,that's purged when your done?

                      @thomthom said:

                      Section planes....(edit) I don't think one can even activate them via Ruby. ๐Ÿ˜ž
                      it seems to me that the api lets you, but I'm no coder...

                      @thomthom said:

                      It should be highlighting the edges though, while the tool is active. you're not seeing that?
                      sorry, it is highlighting the multi-face edges, it's the enclosed/internal (to volume) edges I was wondering about

                      @thomthom said:

                      (I want to make a UI for that.)
                      I'm just airing ideas 'for that', I've tested/used all the pre-existing repair-aid scripts (TIG's,VW,CadSpan,etc.) and currently use bits from each, in a rather untidy workflow.

                      we stop for Xmas next week and I'll try and organise my thoughts a bit better,

                      I like what you've done with this so far...

                      john

                      John, did you already test my new fixSolid? http://forums.sketchucation.com/viewtopic.php?f=323&t=33471

                      Guy

                      1 Reply Last reply Reply Quote 0
                      • E Offline
                        eliasandraos
                        last edited by

                        Lots of time saved. Thanks so much.

                        1 Reply Last reply Reply Quote 0
                        • jason_marantoJ Offline
                          jason_maranto
                          last edited by

                          I just wanted to say this is the best plugin ever -- I find myself using some plugins every once in a while and a few very frequently, but this plugin instantly became something I used 20-30 times a session.

                          Thank-you sooooo much for making this -- I didn't think I needed it but it has saved me dozens of hours already in just a few weeks... why they would include the solids tools in 8 without including this function I don't know but for me it is now an essential tool.

                          Best,
                          Jason.

                          I create video tutorial series about several 2D & 3D graphics programs.

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

                            ๐Ÿ˜„ cheers!

                            As I've begun to use the Solid Tools in SU8 more and more I find myself relying on it more often. And I found that I need to allow it to work within the group, component one wants to fix. As going out of the group your fixing to inspect it is just too awkward.

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

                            1 Reply Last reply Reply Quote 0
                            • jgbJ Offline
                              jgb
                              last edited by

                              I've been using Solid Inspector for about 3 weeks now, and only a few days ago discovered the <tab> key, arrow key and <enter> functions. Never thought to look down. ๐Ÿ˜ฎ

                              I use it so much I have the "S" key as a shortcut. ๐Ÿ‘

                              But a most unintuitive aspect of SI is when it finds and highlights the problem(s). ๐Ÿ‘Ž

                              Generally you want to delete the offender entity(s).
                              The process is to toggle amongst the highlights to choose one, which is now indicated by a red circle. โ—
                              Press <Enter> to zoom in on it.
                              Place the white arrow cursor on the highlighted entity.
                              Right click and select "Edit group". If you click "erase" here, it will delete the whole group.
                              Keeping the cursor on the highlighted entity, Right Click and select "erase". That will delete the single cursor-ed entity only. Either 1 line or 1 face, but not the faces highlighted perimeter lines.
                              And that leaves you in a form of limbo. ๐ŸŽ‰
                              Now you have to select the "edit menu" and "close group" to get back into SI for the next problem.

                              Since 99.9% of the time you want to simply delete the offending entity, why not simply;
                              Place the cursor on it and just double click to delete the red highlighted entity.
                              Then you toggle to the next.

                              This obviates the wish for an auto-fix which is complex and where a simple deletion may not be the fix one needs to do.

                              One other thing; when SI encounters a true solid (no errors) please say so, maybe a green circle around the group/comp. But do come out of the white arrow select mode.


                              jgb

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

                                Dear Thomthom

                                is amazing how a simple program can solve such a complex issue and recurrent.

                                this is brilliant

                                thank you, very much.

                                1 Reply Last reply Reply Quote 0
                                • jgbJ Offline
                                  jgb
                                  last edited by

                                  @alencar said:

                                  Dear Thomthom

                                  is amazing how a simple program can solve such a complex issue and recurrent.

                                  this is brilliant

                                  thank you, very much.

                                  Believe me, Solid Inspector is not a "simple" program by a long shot. ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘

                                  TT has displayed an ongoing expertise in solving problems in SU that should have been an intrinsic part of SU from the get-go.

                                  Using SI as a prime example; SU's attempt at being a solid modeler is commendable, however, to allow the tiniest errant fragment to prevent a solid from "forming" and NOT TELLING YOU WHY is amateurish at the least. ๐Ÿ‘Š

                                  TT gets an A++++ for that fix.


                                  jgb

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

                                    dear Thomthom

                                    when I said "simple" I wanted to say that it was an easy program

                                    to use, no less important.

                                    "simplicity is characteristic of that is good"

                                    sorry if not properly expressed

                                    (I can not praise what is done well)

                                    your plugin is fantastic.

                                    Thanks.

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

                                      @jgb said:

                                      I've been using Solid Inspector for about 3 weeks now, and only a few days ago discovered the <tab> key, arrow key and <enter> functions. Never thought to look down. ๐Ÿ˜ฎ

                                      I use it so much I have the "S" key as a shortcut. ๐Ÿ‘

                                      But a most unintuitive aspect of SI is when it finds and highlights the problem(s). ๐Ÿ‘Ž

                                      Generally you want to delete the offender entity(s).
                                      The process is to toggle amongst the highlights to choose one, which is now indicated by a red circle. โ—
                                      Press <Enter> to zoom in on it.
                                      Place the white arrow cursor on the highlighted entity.
                                      Right click and select "Edit group". If you click "erase" here, it will delete the whole group.
                                      Keeping the cursor on the highlighted entity, Right Click and select "erase". That will delete the single cursor-ed entity only. Either 1 line or 1 face, but not the faces highlighted perimeter lines.
                                      And that leaves you in a form of limbo. ๐ŸŽ‰
                                      Now you have to select the "edit menu" and "close group" to get back into SI for the next problem.

                                      Since 99.9% of the time you want to simply delete the offending entity, why not simply;
                                      Place the cursor on it and just double click to delete the red highlighted entity.
                                      Then you toggle to the next.

                                      This obviates the wish for an auto-fix which is complex and where a simple deletion may not be the fix one needs to do.

                                      One other thing; when SI encounters a true solid (no errors) please say so, maybe a green circle around the group/comp. But do come out of the white arrow select mode.

                                      I have plans (desire) to make the inspector work inside the active group/component instead of outside. That would improve usability.

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

                                      1 Reply Last reply Reply Quote 0
                                      • jgbJ Offline
                                        jgb
                                        last edited by

                                        Thomthom said "I have plans (desire) to......"

                                        I know THAT feeling all too well. ๐Ÿ˜†


                                        jgb

                                        1 Reply Last reply Reply Quote 0
                                        • mariochaM Offline
                                          mariocha
                                          last edited by

                                          @unknownuser said:

                                          make the inspector work inside the active group/component instead of outside. That would improve usability.

                                          That would sure be a great improvement
                                          on an already so useful plugin! ๐Ÿ‘ ๐Ÿ‘ (icon of your username)
                                          Now youv'e made me eager .

                                          %(#008000)[Mario C.
                                          Every rule has exceptions, but some.]

                                          1 Reply Last reply Reply Quote 0
                                          • majidM Offline
                                            majid
                                            last edited by

                                            this was realllllly handy to me .... nowadays I was modeling a chair part , to be produced by plastic, and need to be a solid, and it was really handy.
                                            thanx a bunch.

                                            My inspiring A, B, Sketches book: https://sketchucation.com/shop/books/intermediate/2612-alphabet-inspired-sketches--inspiring-drills-for-architects--3d-artists-and-designers-

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

                                            Advertisement