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

    [Req] For somebody to please make this plugin

    Scheduled Pinned Locked Moved Plugins
    24 Posts 6 Posters 745 Views 6 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.
    • Rich O BrienR Offline
      Rich O Brien Moderator
      last edited by

      Try looking at SUsoild plugin

      Download the free D'oh Book for SketchUp πŸ“–

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

        I have looked for scripts but there is none that does this specific thing.
        SUsolid does only 1 thing and that is highlight intersections.
        There are some animation scripts that allow you to animate moving object.

        But there is no script that checks for intersections, then moves the components/solid along an axis till touching and generates a new scene for this to add to the animation (and then rechecks if there still aren't any intersections).

        So yes seperate plugins exits for checking intersection adn for creating animation with components at different places (however I believe some of those animation plugins can only go up to 9 positions or so). However there is no plugin that checks what the distance till touch along an axis is and then moves the components that distance along the axis.
        More importantly it is impossible to combine these script since most of them are encrypted meaning that it is unknown how the functions work and under what name you can call upon them to use them.

        It's not that all parts of this script are entirely new it's just that functionality I need does not exist. Which is a combination of moving pieces with a collision test and generating that into a animation.

        I'm designing a puzzle box (enough to find on the internet http://www.youtube.com/watch?v=VRUSSY8v6PU) and in comparison to most puzzle boxes which have somewhere between 10 and 50 moves mine in going to have over 150 at least (last time I checked a little over 200). Meaning that if I have to do every check by hand and every movement by hand it's going to take a long while, something that only saves me 10 to 20 seconds per move will end up saving me half an hour or more of frustating agony and possible human errors. Considering I get tired and annoyed this plugin would probably save around 4 to 6 six hours of work for me. Especially work I really dislike because it is so tedious. I don't mind paying for something but not if it only does about a quarter (or less) of the work as is the case for SUSolid.
        Nonetheless because this is a big puzzle box I'm designing and because it requires a lot of material I want to make sure it has no errors before actually producing it.

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

          did you look at modifying [anchor=View Partsgoto=http://sketchucation.com/forums/viewtopic.php?f=323&t=39152:17r36mka]View Parts[/anchor:17r36mka] or combing it with [anchor=mover.rb goto=http://sketchucation.com/forums/viewtopic.php?f=323&t=17459:17r36mka]mover.rb[/anchor:17r36mka] or jim's version of that...
          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
          • B Offline
            Bobvandevoort
            last edited by

            Yes I looked at both mover and view parts (have both of them installed as well).

            But as I said πŸ˜‰

            @unknownuser said:

            there is no plugin that checks what the distance till touch along an axis is and then moves the components that distance along the axis.

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

              I'll try one more...

              http://sketchucation.com/forums/viewtopic.php?t=24390#p208807

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

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

                For your case i believe that you must use first a "puzzle solver"!

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

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

                  I'm sorry driven but as I've tried to explain before that plugin doesn't do the trick either 😞

                  @pilou, nah don't need a solver, I made it so I know the solution πŸ˜‰
                  However I need to check if it works properly so that I can fabricate it without worrying about that.

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

                    You said that you want to know if there is only one solution...
                    Seems there are 150 movements
                    So if there are at each turn 20 possibilities ( or more?)
                    That makes 20 power 150 theoric possibilities to examine!
                    something like a number of more 195 numbers! πŸ˜‰
                    Atoms in univers is something like 10 power 100 ! (100 numbers) πŸ˜’

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

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

                      @pilou said:

                      You said that you want to know if there is only one solution...
                      Seems there are 150 movements
                      So if there are at each turn 20 possibilities ( or more?)
                      That makes 20 power 150 theoric possibilities to examine!
                      something like a number of more 195 numbers! πŸ˜‰
                      Atoms in univers is something like 10 power 100 ! (100 numbers) πŸ˜’

                      I didn't say that πŸ˜‰
                      I said that I need to check if it works, meaning that the solution I have should work. (trust me there's about only one best solution)
                      What this means that I need to check that if the puzzle is moved through all the steps for this solution it is actually solved and does not get stuck because I made an error in the design.
                      If I made a calculation error somewhere that means some dimension of the puzzle might be off by 5 or 10 mm, that is why I need to do this. Next to that I won't to get an animation of the puzzle solving being solved.

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

                        So you can make it with SketchyPhysics with real dimensions (that you must try +- some mm) and see if it's blocking during the resolution!

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

                        1 Reply Last reply Reply Quote 0
                        • jeff hammondJ Offline
                          jeff hammond
                          last edited by

                          ^ i'm pretty sure bob is set on wanting the exact plugin he's outlined instead of messing around with semi-solutions.

                          i get it.. i've been in that situation a few times.. unfortunately, there are two options (maybe 3)

                          1. get lucky -- a developer's interest has been piqued
                          2. learn ruby and make it yourself

                          maybe3) offer more inΒ’entive

                          πŸ˜‰

                          dotdotdot

                          1 Reply Last reply Reply Quote 0
                          • sdmitchS Offline
                            sdmitch
                            last edited by

                            1. At least show us a screen shot of this thing.

                            Nothing is worthless, it can always be used as a bad example.

                            http://sdmitch.blogspot.com/

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

                              Problem in real world with puzzle is that the dimensions are not 101010
                              but maybe 10812 else pieces can't glide and slide between them!

                              So another time number of combinaisons are gorgeous!
                              Say you have only 50 "boxes"
                              that makes (3 power 6) power 50 initial positions!
                              A number of 145 numbers! πŸ˜„

                              I don't believe that such programm is yet existing!

                              The more easy for you is as I said above make some try with the new SketchyPhysics plugin by Anton!

                              You can also try this sort of thing! πŸ€“ (click *Do I qualify for free use? )
                              More efficient than SketchyPhysics πŸ˜‰
                              It's free for non commercial use! Of course you must learn a new modeling program πŸ˜‰

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

                              1 Reply Last reply Reply Quote 0
                              • sdmitchS Offline
                                sdmitch
                                last edited by

                                I can't see/find the screen shots but there is another problem. Sketchup scenes only save the camera position and visible layers it does not save the position of objects in the model.

                                Nothing is worthless, it can always be used as a bad example.

                                http://sdmitch.blogspot.com/

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

                                  @Pilou,

                                  I know puzzle should be designed with tolerances, but I don't I design them with a perfect fit than later on during assembly I sand the wooden panels sligthly which introduces minimal tolerances.

                                  Let me try to be a bit clearer I do NOT need a program/plugin that solves the puzzle box. I have the solution in my head. What I need to do is make the box go through the solution sequence to make sure I didn't make any design errors.

                                  Autodesk might be realy useful if there is an easy and good way to export everything to autodesk cad (so that things are actually exported as surfaces and not surfaces).
                                  The biggest issue however is that the "joints" in my box do not belong to any of the standard joint in joint fusion.

                                  @Sdmitch
                                  I've added two screenshots this is almost the final product (without checking and testing) but still needs some finishing and final changes.
                                  puzzlebox_screen.png
                                  puzzlebox_screen_solids.png

                                  (notice that somethings are not modeled here on purpose, those things being small springs and 2 metal magnetic balls.)

                                  Now probably you will still not understand how this works and functions from just seeing the screenshots (that's why I didn't upload them before). That is because it is an extremely complex puzzle box nonetheless the basic mechanisms are the same as described here:
                                  http://www.instructables.com/id/My-first-puzzle-box/step3/Layers-into-depth/
                                  you can also take a look at the following links
                                  http://homepage.ntlworld.com/bruce.viney/
                                  http://www.instructables.com/id/Creating-a-Puzzle-Box/

                                  As Jeff said I'm looking for quite this exact plugin the reason being if I have to use semi-solution it's not going to save me a significant amount of time and head-ache, meaning that I can just work with I already have.

                                  Most of the mover/animation scripts I had already found because normally I try to look for something first. The reason I requested is because I already asked around and searched for a script that had those functions and couldn't find it.

                                  Now I can program a little bit but I'm just a novice, considering that I don't know Ruby and the sketchup API (which can be really annoying) it has proven to be too great of a challenge to program it myself.

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

                                    @sdmitch said:

                                    I can't see/find the screen shots but there is another problem. Sketchup scenes only save the camera position and visible layers it does not save the position of objects in the model.

                                    Sorry uploading failed, they're are attached now.

                                    I know but there are plugins that do this (however some require you to do a screen capture, which is not really a big issue), by example https://sites.google.com/site/morisdov/

                                    1 Reply Last reply Reply Quote 0
                                    • sdmitchS Offline
                                      sdmitch
                                      last edited by

                                      @bobvandevoort said:

                                      @sdmitch said:

                                      I can't see/find the screen shots but there is another problem. Sketchup scenes only save the camera position and visible layers it does not save the position of objects in the model.

                                      Sorry uploading failed, they're are attached now.

                                      I know but there are plugins that do this (however some require you to do a screen capture, which is not really a big issue), by example https://sites.google.com/site/morisdov/

                                      Bob, On my blog there is a plugin called Scene Manager. What it does is allows you to move things around in the model and then save the location of all components and groups in the model along with the camera data. You are welcome to check it out and see if it helps you in any way.

                                      Nothing is worthless, it can always be used as a bad example.

                                      http://sdmitch.blogspot.com/

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

                                        @unknownuser said:

                                        Autodesk might be realy useful if there is an easy and good way to export everything to autodesk cad (so that things are actually exported as surfaces and not surfaces).
                                        The biggest issue however is that the "joints" in my box do not belong to any of the standard joint in joint fusion.

                                        Seems joints are not a problem, you just need "move" and "collisions" !

                                        And for the CAD
                                        SU --> Export OBJ
                                        Import OBJ inside Fusion
                                        Convert Tsplines --> Nurbs Inside Fusion
                                        = you have a solid so collisions can work!

                                        https://forums.autodesk.com/t5/image/serverpage/image-id/57644iFCD89FFB7421D177/image-size/original?v=mpbl-1&px=-1

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

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

                                          Very cool concept! β˜€
                                          I see that you are a specialist! πŸ‘

                                          But I am curious of something!
                                          I have made in the past the "Burr one" by hand (maybe more 40 years ago) πŸ˜’
                                          a very similar variation
                                          even in Sketchup here! πŸ˜‰

                                          http://www.polyloop.net/imagehosting/196484de038426a6.jpg

                                          http://www.polyloop.net/imagehosting/196484de03851553.jpg

                                          I you take the dimensions that you give (only multiple of 5, your Burr Puzzle can't be
                                          works in the real word, because there are no tolerance (except if you sculpt the puzzle in sponge or other maleable material)! 😲

                                          Because if you don't give the good faces to be sanded, the puzzle can't be works again! πŸ˜‰

                                          PS And yes it's a very difficult 6 pieces puzzle! πŸ€“
                                          I know around me only one person (and me) that had the patience to find the solution! πŸ˜„

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

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

                                            Thanks Pilou, I'm going try that as soon as I have some time (entering the busy period of my exam weeks right now :p).

                                            I know I should add some tolerances but since I'm using wood and because it needs some sanding anyway that is not a problem. Also the biggest difference why I only need minimal tolerances is because the surfaces only slide over each other (with Burr puzzles you have to manage to put them together and try to put them inbetween other pieces). On top of that I will try to cut (by a laser) the majority of the pieces that slides within other out of the same woodpanels. Doing it that way will automatically provide tolerances between those pieces because the laser cuts part of the wood away.

                                            I would still be very happy with the plugin I requested.

                                            @Sdmitch it's a nice plugin but for what I want it's not the best want since it will be too hard to keep track of the over 150+ scenes. Thanks anyway

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

                                            Advertisement