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

    [Plugin] Cloud.rb for SU6

    Scheduled Pinned Locked Moved Plugins
    54 Posts 18 Posters 47.4k Views 18 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.
    • N Offline
      not registered yet
      last edited by

      @didier bur said:

      Here is the update of cloud.rb for SU6 (won't work with SU5 πŸ˜‰
      (French version available at the Ruby Library Depot)
      Enjoy,

      How does it work? πŸ˜„

      poster-Invader ZIM

      1 Reply Last reply Reply Quote 0
      • Didier BurD Offline
        Didier Bur
        last edited by

        RTFM πŸ˜„

        DB

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

          @didier bur said:

          RTFM πŸ˜†

          May I suspect what this means, Didier?
          πŸ˜„

          Gai...

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

            @gaieus said:

            May I suspect what this means, Didier?
            πŸ˜„

            I found a source to Read the Manual at: http://www.crai.archi.fr/RubyLibraryDepot/Ruby/Cloud.pdf

            And I've got a question.
            What data sources do you use for this? Are there terrain maps on the web in this format?

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

              @schreiberbike said:

              I found a source to Read the Manual at: http://www.crai.archi.fr/RubyLibraryDepot/Ruby/Cloud.pdf

              Yeah, it's right next to the script - as Didier noted above.

              As for the input - use simple text files with the x,y,z coordinates of every single point entered into a line each.

              The source of this data file... well, wherever you can get it. I enter my own measurements or use a survey station and get the data as a text file or anything.

              This script is mainly for you to use your own data than for importing because by importing you can usually have your mesh already.

              Gai...

              1 Reply Last reply Reply Quote 0
              • F Offline
                Fletch
                last edited by

                Didier, thank you for ALL your ruby scripts at your site... found a couple new ones I hadn't seen before.

                you have a tiny glitch...
                http://www.crai.archi.fr/RubyLibraryDepot/Ruby/Roof-v2-1.zip is missing the '.zip' in the link, so that it's a broken link. I just added the ".zip" to my address line, and it d/ls just fine.

                thanks again for your site.
                The pushpull multiple faces with 2 selected points is going to be my new favorite tool! It's just what I came here looking for! πŸ˜„

                Fletch
                Twilight Render Cross-platform Plugin for SketchUp on PC or Mac

                1 Reply Last reply Reply Quote 0
                • Didier BurD Offline
                  Didier Bur
                  last edited by

                  Thanks Fletch,
                  Normally Rick Wilson's freebies links are redirecting you to Smustard as he requested. So the link is buggy twice. πŸ˜’ Will fix that asap.
                  Regards,

                  DB

                  1 Reply Last reply Reply Quote 0
                  • L Offline
                    linea
                    last edited by

                    Didier. Just downloaded cloud.rb. I had not come across this script until now. I haven't worked with point clouds before but this could be brilliant for my work.

                    Thanks

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

                      I have a Problem with a large point cloud:

                      I'm able to import the Points (round about 80.000) with your script but if I tell the script to triangulate the points my Pc hangs up (It's just to much point at once)

                      Is there a posibility or another script to mesh only a few points at once to prevent sketchup from hanging up?

                      I hope anyone can help me 😞

                      greetings

                      Markus

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

                        I tried to attach the text file with the model - but it was too large.

                        so i divided the koordinates into three separate files and also attached a zipped file with the point cloud as sketchup-file


                        first part of Koordinates


                        second part of Koordinates


                        third part of Koordinates


                        fourth part of Koordinates


                        all points as zipped sketchup file

                        1 Reply Last reply Reply Quote 0
                        • TaffGochT Offline
                          TaffGoch
                          last edited by

                          Monotonx,

                          Before "Cloud" there was...

                          At the Ruby Library Depot (http://www.crai.archi.fr/RubyLibraryDepot/Ruby/en_geo_page.htm) there is a plugin named, "points_cloud_triangulation" that you need to download, and drop into your SketchUp "plugins" folder.
                          http://www.crai.archi.fr/RubyLibraryDepot/Ruby/points_cloud_triangulation.rb

                          You can use "cloud" to import the guidepoints, but skip the triangulation. Then, select only a portion of the the guidepoints, and triangulate with "points_cloud_triangulation." This plugin will permit you to complete the task in selected sections.

                          This ruby requires another rubyscript to function, "delauney2.rb" (but the link is broken.) Playing around, I found that it's misspelled. The correct download link is:
                          http://www.crai.archi.fr/RubyLibraryDepot/Ruby/delauney2.rb
                          (Also drop in the "plugins" folder.)

                          When you next start SketchUp, a new menu item will appear in the "Plugins" menu list -- "Triangulate points"

                          To use it, select a set of guidepoints then run "Triangulate points". I should caution you not to select too many points. I selected ~8,000 guidepoints, and it took over 15 minutes to parse through them. It was, however, successful at producing the edges and triangular faces, although some outer edge cleanup is required.

                          Might that serve your purpose?

                          Regards,
                          Taff

                          "Information is not knowledge." -- Albert Einstein

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

                            Hi Markus,

                            You may have actually solved your problem already: dividing the text file into portions may also work.

                            However note that a mesh with 80,000 points (and the respective amount of edges and faces) will always kill your machine even after you succesfully create it.

                            Gai...

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

                              Thank you TaffGoch and Gaieus,

                              I'll try the Points_cloud_trangulation later (no time at this Moment πŸ˜‰) But it sounds like this ist exactly what I'm looking for.

                              the mesh is a killer - I thougth something like that, but when I SEE the points, I'll get an Idea which point's I need, or I can delete evere second row and column By selecting them very simply. Doing things like this would be much more difficult for me with the text editor πŸ˜„

                              Maybe this way I have a chance to get it "working" - I'LL give a post about how it works.

                              there could be (sometimes if someone ist willing to) a modification/upgrade to the existing cloud.rb, a "simplyfy mesh" routine. (easy-way: leave every scond point unused, great way: check which point are planar or nearly planar so it doesn't give much additional information )

                              but for now, I'm absolutely happy

                              thanks a Lot πŸ˜„

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

                                @monotonx said:

                                ...there could be (sometimes if someone ist willing to) a modification/upgrade to the existing cloud.rb, a "simplyfy mesh" routine. (easy-way: leave every scond point unused, great way: check which point are planar or nearly planar so it doesn't give much additional information )

                                With another plugin by Didier it is easily possible:
                                http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=11320

                                Gai...

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

                                  Heey...

                                  Finally It worked out with the Points_cloud_triangulation πŸ˜„

                                  ...sure it's hell of a file now, and it's really not easy to work with it.
                                  but THAT I have the model is, what counts for me at this moment.

                                  I'll try to simplify the mesh with that terrain-reshaper, but I don't know if this is the right tool for this - I mean the terrain is already regular, but there are way to much lines and polygones to work fluent. πŸ˜„

                                  again - thank you all πŸ˜„

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

                                    Well, with the reshaper it would be possible to set a less dense network of points which means smaller file size / better performance.

                                    The overall appearance of the mesh would not change drastically.

                                    Gai...

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

                                      here some pics πŸ˜„


                                      punktewolke_lines.jpg


                                      punktewolke.jpg

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

                                        Well, that's a large one for sure!

                                        Gai...

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

                                          @Didier Bur
                                          Great Work! Your scripts are very useful.

                                          @TaffGoch
                                          Thanks for helpfull info!

                                          β€œDo not go where the path may lead; go instead where there is no path and leave a trail”

                                          Btw, I'm looking for *.rb to approximate edge from cloud points.

                                          "I'd rather be hated for who I am, than loved for who I am not."

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

                                            Just tried the plugin with both SU6 free and SU7 free, but after selecting a file (even example.dat provided by the author) in the "select points cloud file" dialog, nothing happens.

                                            Are there any dependencies that I'm missing?

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

                                            Advertisement