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

    [Plugin] Drape Cpoints

    Scheduled Pinned Locked Moved Plugins
    46 Posts 23 Posters 46.4k Views 23 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.
    • Y Offline
      yukonhoo
      last edited by

      @tig said:

      The script 'points_cloud_triangulation.rb' [which shows in the Plugins menu as 'Triangulate Points'] is here...
      http://www.crai.archi.fr/RubyLibraryDepot/Ruby/points_cloud_triangulation.rb
      that also requires 'delauney2.rb' - which you can get here...
      http://forums.sketchucation.com/viewtopic.php?p=117071#p117071
      🤓

      Thanks!!

      1 Reply Last reply Reply Quote 0
      • TIGT Offline
        TIG Moderator
        last edited by

        @yukonhoo said:

        @tig said:

        The script 'points_cloud_triangulation.rb' [which shows in the Plugins menu as 'Triangulate Points'] is here...
        http://www.crai.archi.fr/RubyLibraryDepot/Ruby/points_cloud_triangulation.rb
        that also requires 'delauney2.rb' - which you can get here...
        http://forums.sketchucation.com/viewtopic.php?p=117071#p117071
        🤓

        Thanks!!

        I have recently updated a version of the 'cloud' tool and a related delauney3 - do a search on the Plugins forum... 🤓

        TIG

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

          Hi,

          Note that I recently changed the old typo in the main script 'require ./delauney2.rb' to 'require 'delaunay2.rb'
          The required file has been renamed 'delaunay2.rb'
          Regards,

          DB

          1 Reply Last reply Reply Quote 0
          • tibetT Offline
            tibet
            last edited by

            @earthmover said:

            Another use for the script.....5 minute bedspread. (Bed model from warehouse)

            hi,
            could you please make step by step tut for creating your wonderful "5-minute bedspread" for those, who´re in the process of learning, just a bit far behind you (youtube is fine too)

            thanks !

            SU 2015 Pro on Win10 x64

            1 Reply Last reply Reply Quote 0
            • Rich O BrienR Offline
              Rich O Brien Moderator
              last edited by

              Excellent Adam 👍

              Download the free D'oh Book for SketchUp 📖

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

                Nice tut! ☀

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

                1 Reply Last reply Reply Quote 0
                • N Offline
                  nomeradona
                  last edited by

                  Wow Adam that is a cool tutorial.

                  visit my blog: http://www.nomeradona.blogspot.com

                  1 Reply Last reply Reply Quote 0
                  • EarthMoverE Offline
                    EarthMover
                    last edited by

                    Thanks guys..glad it was helpful. Here's a few tests of the method on different shapes. It's not as good as a physics based cloth simulation, but the results are fairly convincing. For table cloths, you just need to make sure you have a ground shape object that is slightly larger than the table and in the same group, so that the Cpoints will drape down and onto the ground. The same method can be used to make water in a stream bed or snow on a rooftop.


                    Drape shapes.jpg

                    3D Artist at Clearstory 3D Imaging
                    Guide Tool at Winning With Sketchup
                    Content Creator at Skapeup

                    1 Reply Last reply Reply Quote 0
                    • tibetT Offline
                      tibet
                      last edited by

                      hi earthmover,
                      thanks for your valuable time and desire to share your knowledge among sketchup fans/learners.
                      it´s pretty cool, well done!
                      cheers!

                      SU 2015 Pro on Win10 x64

                      1 Reply Last reply Reply Quote 0
                      • EarthMoverE Offline
                        EarthMover
                        last edited by

                        Tibet, here is a quick tutorial on the bedsheet.

                        [flash=800,600:pdjve3kf]http://www.youtube.com/v/wIcHHsjQ-Mo[/flash:pdjve3kf]

                        3D Artist at Clearstory 3D Imaging
                        Guide Tool at Winning With Sketchup
                        Content Creator at Skapeup

                        1 Reply Last reply Reply Quote 0
                        • X Offline
                          xrok1
                          last edited by

                          @tig said:

                          @yukonhoo said:

                          @tig said:

                          The script 'points_cloud_triangulation.rb' [which shows in the Plugins menu as 'Triangulate Points'] is here...
                          http://www.crai.archi.fr/RubyLibraryDepot/Ruby/points_cloud_triangulation.rb
                          that also requires 'delauney2.rb' - which you can get here...
                          http://forums.sketchucation.com/viewtopic.php?p=117071#p117071
                          🤓

                          Thanks!!

                          I have recently updated a version of the 'cloud' tool and a related delauney3 - do a search on the Plugins forum... 🤓

                          "and a related delauney3" can't find this?

                          “There are three classes of people: those who see. Those who see when they are shown. Those who do not see.”

                          http://www.Twilightrender.com try it!

                          1 Reply Last reply Reply Quote 0
                          • TIGT Offline
                            TIG Moderator
                            last edited by

                            @xrok1 said:

                            @tig said:

                            @yukonhoo said:

                            @tig said:

                            The script 'points_cloud_triangulation.rb' [which shows in the Plugins menu as 'Triangulate Points'] is here...
                            http://www.crai.archi.fr/RubyLibraryDepot/Ruby/points_cloud_triangulation.rb
                            that also requires 'delauney2.rb' - which you can get here...
                            http://forums.sketchucation.com/viewtopic.php?p=117071#p117071
                            🤓

                            Thanks!!

                            I have recently updated a version of the 'cloud' tool and a related delauney3 - do a search on the Plugins forum... 🤓

                            "and a related delauney3" can't find this?

                            The delauney3.rb is a modified version I wrote to use with my version of The Triangulate-Points tool here http://forums.sketchucation.com/viewtopic.php?p=301274#p301274 = the .rb is in the zip file with the tool's .rb...
                            It in no way replaces or affects other tools using earlier 'delauney' scripts - however the earlier scripts can clash with so other tools so that is why I rewrote the modularized versions of them...

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              thepolarblair
                              last edited by

                              Hi TIG - First off - Amazing Plugin! Currently trying to model a leather headboard and will be using it to get nice uneven edges for a more realistic look. This may have already been flagged up so please ignore if that's the case, but I can't seem to get the plugin to work in Sketchup 8. 6 is fine so its not causing me any hassle but I just thought it could be worth a mention. Again - thank you very much. I'll try to post the results when I get there.

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                It should work fine in v8.
                                Do you have the latest v8M3 installed ?
                                Do you get any error messages in the pre-opened Ruby Console when you run this tool ?
                                Do you have a 'rogue' script auto-loading that can cause issues by messing with the base-classes or making ill-formed observers ?
                                Examples are SketchyPhysics, Matchbox, DrivingDimensions and an old SolarStudy tool [I forget its exact name]...
                                If so, try moving them out of the Plugins folder and retry the tool...

                                TIG

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

                                  Great plugin thanks TIG!

                                  But why not let the user choose his own projection axis instead of only using Z down ?
                                  It would make the plug even more useful if you don't have to rotate the target group as intended before to use it.

                                  Cheers!

                                  1 Reply Last reply Reply Quote 0
                                  • olisheaO Offline
                                    olishea
                                    last edited by

                                    still one of my all time favourite plugins

                                    oli

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

                                      Hey guys, is there an update versions of "Drape Cpoints", and "Triangulate Points"? thx!

                                      1 Reply Last reply Reply Quote 0
                                      • TIGT Offline
                                        TIG Moderator
                                        last edited by

                                        Why do you need an update ?
                                        The current versions should work...

                                        TIG

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

                                        Advertisement