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

    [Plugin] s4u_toComponents

    Scheduled Pinned Locked Moved Plugins
    89 Posts 26 Posters 97.5k Views 26 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

      Added to PluginStore

      You are also dded to the Plugin Authors group so....

      favicon

      (sketchucation.com)

      ...allows you to edit, share etc...

      You can also visit here for a full PluginStore Guide...

      http://sketchucation.com/forums/viewtopic.php?f=382&t=52516

      Thanks for shaing. Let me know if you need help getting the Donate button in place

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

      1 Reply Last reply Reply Quote 0
      • hdpvH Offline
        hdpv
        last edited by

        Thanks Rich!

        Suforyou
        http://www.sketchupforyou.com

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

          Thanks for sharing, it's a good plugin.
          I want to try to use this plugin for panelization .(like Rhino paneling tool)
          Can you tell me on which method/principle component is align, scale, rotated...
          on attached face.
          Is there some possibility for controls, how component will be attached?
          Because what ever you change, component axes, or revers face direction(front/back)....
          you will get different results.

          Regards
          Slave

          1 Reply Last reply Reply Quote 0
          • hdpvH Offline
            hdpv
            last edited by

            hi Slave!
            I will control direction's component in version v3.0.1
            waiting for update,:)
            in v3.0.0,you can try : "S4U::S4u_toComponents.facestocoms(1)" in Ruby Console

            Suforyou
            http://www.sketchupforyou.com

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

              Huynh, thank you for information.

              1 Reply Last reply Reply Quote 0
              • I Offline
                ivreich
                last edited by

                Hi Huynh

                First up....AWESOME PLUGIN!

                I would like to second slave's comment...I've downloaded v3.0.1, and i see that you've added an option that orients the plugins consistently. The user can't select which direction to orient them too however, will there be an option for user control of component orientation later on?

                It would be soooo awesome if this turns into a proper panelisation plugin. Get it working nicely with thomthom's quads...maybe allow control for thickness as well!

                Congrats on this great work...

                Joel

                1 Reply Last reply Reply Quote 0
                • jolranJ Offline
                  jolran
                  last edited by

                  Panelization Plugin..
                  You mean like this :

                  http://sketchucation.com/forums/viewtopic.php?f=323&t=38637&start=300

                  (scroll bottom)

                  BTW, the time it took to render was due to the fact that Components adapted scale to nonuniformal(Square) faces.

                  1 Reply Last reply Reply Quote 0
                  • hdpvH Offline
                    hdpv
                    last edited by

                    Hi Joe!
                    I also like better user-interface, but it's a difficult request.
                    I will try ...:

                    Suforyou
                    http://www.sketchupforyou.com

                    1 Reply Last reply Reply Quote 0
                    • jolranJ Offline
                      jolran
                      last edited by

                      πŸ‘

                      I'm guessing you are a more experienced programmer than me(cant see your code cause it's scrambled), but I believe that.

                      Since we have been working on similar things. I mean, if you want any snippets of code, ideas, thoughts or discoveries found out during tests during development of Hatchfaces. Let me know. PM me.

                      If you wanna do your own thing, that's fine too. I understand.

                      Better interface. Hm, If it can be avoided, it's easier.
                      But have a look at Thomthom's new widgets.
                      They might make webdialog business much easier.

                      1 Reply Last reply Reply Quote 0
                      • hdpvH Offline
                        hdpv
                        last edited by

                        Thanks Jolran,good idea!
                        I like your plugin,i will study it,
                        This plugin hasn't been optimized yet.
                        So i didn't post code.
                        But i have post the others already.

                        Suforyou
                        http://www.sketchupforyou.com

                        1 Reply Last reply Reply Quote 0
                        • jolranJ Offline
                          jolran
                          last edited by

                          @unknownuser said:

                          like your plugin,i will study it,

                          Thanks, but current release is only linehatches orginating from TIG's mentoring.
                          It probably won't help you.

                          I havent released tiling for Components onto surface yet since I thought it was to slow when scaling non-uniformally.

                          Aligning a Component to the center of a Square face and scaling it to fit is relatively easy. But not when face is tapered. Mostly common in spheric objects and bulges.

                          As you most certainly have discovered there is no API-method for tapering.
                          So that means when a face is not paralleogram(?) one has to go in and alter each tiled Component individually == make Component uniq.

                          Maybe you have found some nice solution for this, I don't know.

                          In my case I came up with a linesweep algoritm that scanned the face vertices and scaled the Component to be tapered. As mentioned going in doing this sweep and translating Components vertices X n.times is gonna be slow nomatterwhat.

                          If this could be taken externally in C perhaps would help, but still won't be faster than API methods. I reckon.. Kind of a Catch 22.

                          If looking on the positive side of things, since I'm starting to sound a bit negative.
                          It's better to sit and wait a couple of minutes than putting the Components there manually πŸ˜„ As long as Sketchup doesent freezes πŸ‘Š

                          Anyway, will be interesting to see what you come up with. πŸŽ‰

                          1 Reply Last reply Reply Quote 0
                          • I Offline
                            ivreich
                            last edited by

                            Any chance this plugin can be designed to work with thomthom's Quads definition, so we can finally get a proper panelisation tool?

                            Currently only works with planar surfaces. It would be awesome if it would work with non-planar quads and perhaps allow thickness to be defined.

                            Joel

                            1 Reply Last reply Reply Quote 0
                            • hdpvH Offline
                              hdpv
                              last edited by

                              Jolran!
                              paralleogram face,I use API "entities.transform_by_vectors sub_entities, vector_array" move vertices in component.Length vector is ratio x,y of vertex.
                              Joel!
                              I would like that works with non-planar surfaces ,take time to work πŸ˜„

                              Suforyou
                              http://www.sketchupforyou.com

                              1 Reply Last reply Reply Quote 0
                              • pep75P Offline
                                pep75
                                last edited by

                                I THINK THIS IS ONE OF THE MOST REVOLUTIONARY PLUGIN IN YEARS!!!!

                                I'm your biggest fan! πŸ˜„)!
                                Thanks!

                                1 Reply Last reply Reply Quote 0
                                • pep75P Offline
                                  pep75
                                  last edited by

                                  I just have sent you a donation!

                                  1 Reply Last reply Reply Quote 0
                                  • hdpvH Offline
                                    hdpv
                                    last edited by

                                    Thank you very much for your 10 cups of Vietnamese coffee. πŸ˜„

                                    Suforyou
                                    http://www.sketchupforyou.com

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

                                      can you help me how to download and install this? im having a hard time i really need this great plugin πŸ˜„

                                      1 Reply Last reply Reply Quote 0
                                      • hdpvH Offline
                                        hdpv
                                        last edited by

                                        install extention:
                                        http://sketchucation.com/resources/tutorials/37-beginner/108-installing-sketchup-plugins
                                        download:
                                        http://sketchucation.com/resources/pluginstore?pln=s4u_toComponents_v3.0.0
                                        or
                                        http://extensions.sketchup.com/en/content/s4u-components

                                        Suforyou
                                        http://www.sketchupforyou.com

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

                                          thank you very much for the help sir:) great plugin a really big help

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

                                            Very cool Plugin! 😎

                                            suforyou.jpg

                                            I have seen on your video that V4 is existing! β˜€
                                            But seems not updated here ?

                                            [bbvideo 640,480]http://www.youtube.com/watch?v=Bld61FlL4vw
                                            [/bbvideo]

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

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

                                            Advertisement