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

    SketchyPhysics 3.5.6 (26 January 2015)

    已排程 已置頂 已鎖定 已移動 SketchyPhysics
    208 貼文 49 Posters 290.0k 瀏覽 49 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • A 離線
      Anton_S
      最後由 編輯

      @ashscott said:

      Have you had any interaction with Phonic? I couldn't get a response when I tried some years ago - I wondered if he was only mandarin speaking.

      Nope, I haven't. I doubt that Phoenix even reads the comments. Usually people respond to their comments by updating the model description with responses, but I never seen him do that.

      1 條回覆 最後回覆 回覆 引用 0
      • ashscottA 離線
        ashscott
        最後由 編輯

        One thing with Sketchyphysics I did wonder about - and I have no idea how to execute it - would be a "Cut" function. I have modeled saw milling machinery with SP in the past but always had to do some variation of a breakable joint to simulate cutting - due to the physical reactions in breaking a joint, you can understand that it wasn't pretty.

        Any idea how to cut an object so that it becomes two?

        Just some stuff I do with Sketchup.

        1 條回覆 最後回覆 回覆 引用 0
        • A 離線
          Anton_S
          最後由 編輯

          Piece of cake!

          Copy this piece of code into the scripted field of the body that you want to be cut:

          
          onTouch {
            split(self, 2)
          }
          
          

          What happens is that it splits when it is touched by another body. Increasing the value will create more cuts.

          Of course, the code may be changed to have the body be split in another occasion, for instance when it touches a particular body, or at specified frame... If you provide some instructions I could easily write you a code.
          💚

          Here is a little example:cut_body_example.skp

          1 條回覆 最後回覆 回覆 引用 0
          • ashscottA 離線
            ashscott
            最後由 編輯

            Very cool!

            I think I've seen some reference to this before.

            How would I control the cut so it occurs in a specific place?

            For example, on a piece of wood - to only be cut where the saw touches it?

            Ash

            Just some stuff I do with Sketchup.

            1 條回覆 最後回覆 回覆 引用 0
            • A 離線
              Anton_S
              最後由 編輯

              SP doesn't have this method, but I created my own.
              https://3dwarehouse.sketchup.com/model.html?id=ua22b41f2-9654-4d70-898b-46d96e687272

              https://googledrive.com/host/0B3qg8f4WrNdHWktZLXN5T2d6Tms/factory_slicer.gif

              1 條回覆 最後回覆 回覆 引用 0
              • ashscottA 離線
                ashscott
                最後由 編輯

                Anton,

                I am stunned 😲

                I have tried so long to get a working function like what you've shown and have failed miserably - this is totally amazing. I hope you don't mind me pillaging your code for ideas?

                Frenchy:
                @unknownuser said:

                And also the white cross texture box "transparent" who is drawn

                For some reason "Hidden Geometry" is getting turned on when I run an simulation the first time. Go >View>Hidden Geometry to turn it off.

                Just some stuff I do with Sketchup.

                1 條回覆 最後回覆 回覆 引用 0
                • pilouP 離線
                  pilou
                  最後由 編輯

                  Cool function! 👍
                  But seems there is a glitch! 😉

                  When I use these 2 menus!
                  After the Record Animation, replay etc...
                  Animation is stopped at the moment of the box must be "exploded" on the inclined plane! 😲
                  Can you verify this ?

                  And also the white cross texture box "transparent" who is drawn! 😲
                  This is the image of the result wished!
                  glitchSketchy.jpg


                  cut_body_example_glitch.skp

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

                  1 條回覆 最後回覆 回覆 引用 0
                  • pilouP 離線
                    pilou
                    最後由 編輯

                    Thx 😄

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

                    1 條回覆 最後回覆 回覆 引用 0
                    • A 離線
                      Anton_S
                      最後由 編輯

                      @unknownuser said:

                      When I use these 2 menus!
                      After the Record Animation, replay etc...
                      Animation is stopped at the moment of the box must be "exploded" on the inclined plane! 😲
                      Can you verify this ?

                      The animation doesn't handle added and removed objects during simulation.

                      What happens behind the scenes:
                      When the body is about to be split, the body itself doesn't split, but rather two other bodies are added in similar form. The original body becomes hidden and set static, meanwhile the two added bodies take over the scene. When simulation resets the original body is unhidden, and the added split bodies are deleted. The animation tool is not complex. It does not record added and removed bodies during simulation.

                      1 條回覆 最後回覆 回覆 引用 0
                      • A 離線
                        Anton_S
                        最後由 編輯

                        @ashscott said:

                        Anton,

                        I am stunned 😲

                        I have tried so long to get a working function like what you've shown and have failed miserably - this is totally amazing. I hope you don't mind me pillaging your code for ideas?

                        Thanks! I'd be impressed to see someone use my code 😄

                        1 條回覆 最後回覆 回覆 引用 0
                        • pilouP 離線
                          pilou
                          最後由 編輯

                          @unknownuser said:

                          It does not record added and removed bodies during simulation.

                          Ok!
                          So, how do save the result of the normal result if you want to use it for something?
                          For example I want use the brocken rocks for an exposition! 😄
                          Now as soon has i want select them (broken rocks) the animation restart at the beginning! 😲

                          In the past I was making that without problem! 😄

                          http://sketchucation.com/forums/download/file.php?id=123049&t=1

                          http://sketchucation.com/forums/download/file.php?id=123045

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

                          1 條回覆 最後回覆 回覆 引用 0
                          • A 離線
                            Anton_S
                            最後由 編輯

                            In the past when you selected a different tool SP didn't always deactivate properly, i.e. sometimes objects failed to be placed back to original locations, but now they do. I suppose, you relied on the bug.

                            One way to get all the split bodies is by playing simulation, pausing it at desired frame (i.e when you have broken rocks), and then save as another model. Open the new model, and you have the broken rocks!

                            1 條回覆 最後回覆 回覆 引用 0
                            • G 離線
                              gyrolen
                              最後由 編輯

                              *Anton , can you help.?
                              I cant get SP 3.5.2 to install on Windows 7, using Sketchup Pro 2014.
                              Can you advise how to do it.?
                              I have downloaded the .rbz file, but where do you put it SU2014 does not seem to use rbz files anymore.
                              Thanks,
                              Len

                              1 條回覆 最後回覆 回覆 引用 0
                              • A 離線
                                Anton_S
                                最後由 編輯

                                @gyrolen said:

                                *Anton , can you help.?
                                I cant get SP 3.5.2 to install on Windows 7, using Sketchup Pro 2014.
                                Can you advise how to do it.?
                                I have downloaded the .rbz file, but where do you put it SU2014 does not seem to use rbz files anymore.
                                Thanks,
                                Len

                                There are two ways you can do it:

                                Way one:

                                • Download SketchyPhysics_3.5.2.rbz
                                • Open SU2014 and navigate to (Menu) Window > Preferences.
                                • In the preferences window navigate to Extensions tab and select Install Extension... button
                                • From there, find your downloaded compressed file, and select open button, which will install the extension.

                                Way two:
                                Use PluginStore extension. Follow installation steps here: http://sketchucation.com/resources/plugin-store-download

                                1 條回覆 最後回覆 回覆 引用 0
                                • G 離線
                                  gyrolen
                                  最後由 編輯

                                  @anton_s said:

                                  @gyrolen said:

                                  *Anton , can you help.?
                                  I cant get SP 3.5.2 to install on Windows 7, using Sketchup Pro 2014.
                                  Can you advise how to do it.?
                                  I have downloaded the .rbz file, but where do you put it SU2014 does not seem to use rbz files anymore.
                                  Thanks,
                                  Len

                                  There are two ways you can do it:

                                  Way one:

                                  • Download SketchyPhysics_3.5.2.rbz
                                  • Open SU2014 and navigate to (Menu) Window > Preferences.
                                  • In the preferences window navigate to Extensions tab and select Install Extension... button
                                  • From there, find your downloaded compressed file, and select open button, which will install the extension.

                                  Way two:
                                  Use PluginStore extension. Follow installation steps here: http://sketchucation.com/resources/plugin-store-download

                                  Thanks Anton ,your instructions worked fine, have got it going, now to learn how to use it. Len

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • T 離線
                                    Trobius
                                    最後由 編輯

                                    @anton_s said:

                                    Hello, William!

                                    Yes, SP doesn't have these methods. The API is quite incomplete.
                                    I just added getLifetime, getLifeStart, and getLifeEnd.

                                    Is there any other getter or setter functions you think shall be added before I post an update? Sorry, I can't think of any myself.

                                    Sorry for taking so long to get back to you. Thank you for the info!

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • T 離線
                                      Trobius
                                      最後由 編輯

                                      Oh, actually I did think of something else that I would like to see:

                                      Could you create a function which would allow you to retrieve the "parent" of an emitted object? (eg, toucher.getEmitter?)

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • pilouP 離線
                                        pilou
                                        最後由 編輯

                                        I must miss something! 😳

                                        @unknownuser said:

                                        One way to get all the split bodies is by playing simulation, pausing it at desired frame (i.e when you have broken rocks), and then save as another model. Open the new model, and you have the broken rocks!

                                        @unknownuser said:

                                        The animation doesn't handle added and removed objects during simulation.

                                        So the animation can never play after the beginning of the cutting! 😮

                                        Try with this example and show me how you can save the broken rocks.
                                        (I have the last version 3.52)


                                        cut.skp

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

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • A 離線
                                          Anton_S
                                          最後由 編輯

                                          Pilou, I'm speaking about the simulation tool, not animation tool. Press the Physics Toggle Play button and wait till the body is cut. As soon as it cuts, press the Physics Toggle Play button once again to pause. From there on you can 'save as' the model, but don't press the reset button, until you do say the model as another model, for instance, cut2.skp

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • pilouP 離線
                                            pilou
                                            最後由 編輯

                                            @unknownuser said:

                                            I'm speaking about the simulation tool, not animation tool. Press the Physics Toggle Play button and wait till the body is cut. As soon as it cuts, press the Physics Toggle Play button once again to pause. From there on you can 'save as' the model, but don't press the reset button, until you do say the model as another model, for instance, cut2.skp

                                            Alas it's that I make but when i Reload the "save as" that is again the start of the simulation!!! 😮
                                            idem with your Cut2 file !
                                            A very vicious thing! 😄
                                            alas.jpg

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

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 3 / 11
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement