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

    [PLUGIN] Voronoi + Conic Curve

    Scheduled Pinned Locked Moved Plugins
    136 Posts 53 Posters 222.5k Views 52 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.
    • KrisidiousK Offline
      Krisidious
      last edited by

      so what are some examples of what you would use this for?

      By: Kristoff Rand
      Home DesignerUnique House Plans

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

        For me it is for a interior decoration purposes.
        Like a wall panel ,or sort of sculpture.
        Matt

        1 Reply Last reply Reply Quote 0
        • mitcorbM Offline
          mitcorb
          last edited by

          I notice you use the name Delaunay and Delauney in this post. Could the various spellings affect functionality of the script? Or, are they not the same thing?

          I take the slow, deliberate approach in my aimless wandering.

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

            Yup , my fault.
            I've corrected it. there should be delauney3.rb as it uses that ruby for triangulation. Triangulation name is Delauney Triangulation.
            Matt

            1 Reply Last reply Reply Quote 0
            • thomthomT Offline
              thomthom
              last edited by

              Nice plugin! 👍

              However, Looking at the code I see that there are many methods on the global namespace. These methods will spread to ALL classes - which is not good. Could you please wrap everything into a separate unique namespace - module? Everything, even all the classes etc.
              Have a look at this article I put together with guidelines for SketchUp plugins: http://www.thomthom.net/thoughts/2012/01/golden-rules-of-sketchup-plugin-development/

              Thomas Thomassen — SketchUp Monkey & Coding addict
              List of my plugins and link to the CookieWare fund

              1 Reply Last reply Reply Quote 0
              • srxS Offline
                srx
                last edited by

                Thanks! 👍

                www.saurus.rs

                1 Reply Last reply Reply Quote 0
                • mitcorbM Offline
                  mitcorb
                  last edited by

                  Forgive my further ignorance, please. Why is it called "Conic Curve?"

                  I take the slow, deliberate approach in my aimless wandering.

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

                    Some Voronoï fractures in Blender 😉

                    [flash=560,315:3l0fl5l0]http://www.youtube.com/v/FIPu9_OGFgc[/flash:3l0fl5l0]

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

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

                      Hi MattC

                      Thanks for this plugin..been looking for something like this for a while.

                      Anyway, I gave it a go and am experiencing lots of problems generating a proper voronoi lattice. have attached a screenshot and also the SU file for you to look at.

                      Cheers,

                      Joel


                      Voronoi XY Errors


                      Voronoi XY Errors SU File

                      1 Reply Last reply Reply Quote 0
                      • KrisidiousK Offline
                        Krisidious
                        last edited by

                        SO Matt are you saying if I had a box shaped plan I could plan a curve through it to fit well?

                        By: Kristoff Rand
                        Home DesignerUnique House Plans

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

                          Could You show me an example of box shaped plan and what You would like to obtain ?

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

                            Cool things in 3D 😉

                            http://matsysdesign.com/wp-content/uploads/2009/06/drawings_01_voronoi3d.jpg

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

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

                              @unknownuser said:

                              Or something else

                              Just image found on the Net 😉

                              But will be easy to make with your futur plug! ☀

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

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

                                Pilou You 're teasing me 😄
                                Is it Sketchup ??
                                Or something else?
                                Well only step that I miss from those, is generation of 3D Voronoi 😄
                                For rest I have plugins already.

                                @ Joel, indeed there WAS a problem - file in first message is updated.
                                Matt

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

                                  Hey i always loved voronoi structures and i´m very interested on this plugin but when i try to use it i get this:

                                  Error: #<ArgumentError: Cannot convert argument to Sketchup::Point3d>
                                  C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:277:in point_in_polygon_2D' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:277:in voropoints'
                                  C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:267:in each' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:267:in voropoints'
                                  C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:128:in voronoi' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:105:in each'
                                  C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:105:in voronoi' C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:36:in initialize'
                                  C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:384:in `new'
                                  C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/VoronoiXY.rb:384

                                  am i doing something wrong, i read carefully and i think it´s my SketchUp maybe?

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

                                    Hi Can You attach sketchup file that is causing problems, or is it in general ?
                                    Matt

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      the.pjt
                                      last edited by

                                      HI Matt ...
                                      😄
                                      I have made some PNG Icons ,made a loader and toolbar , define Extention for your exelent codes , and developed them a bit 😉
                                      added a custom cursor to the ConicCurveInFace.rb
                                      and removed the annoying UI message-box group counter from VoronoiXY.rb
                                      I have also added TIG's pointcloude script as a defoult part of it , and I also made a Icon for that tool too ( points cloud triangulation ) .. I also made codes nicely and full commented .. just for you dear main developer 😄

                                      suggestion for next versions :
                                      add a point cloud generator ruby tool
                                      add option to decide the resoult of VoronoiXY tool should be grouped or not
                                      add option (ConicCurveInFace.rb) that let user make ConicCurves from grouped face (resoult of VoronoiXY tool)
                                      add option (ConicCurveInFace.rb) that let user make ConicCurves from a set of selections .. no need to click and click and click ... 😄

                                      and ... thanks a lot for your great script


                                      to dear modorators : please please please don't delet this post !!! 😢 .. TIG says :
                                      Permission to use, copy, modify, and distribute this software for
                                      any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies... I didn't delete that copyright part .. and I also added TIG's name after his tool menu item ! 😉 is there any copyright issue again ? [mod=:3b85s0b6]PLEASE GET/USE THE LATEST VERSION...
                                      FROM THE PluginStore...[/mod:3b85s0b6]


                                      voronoi_conic.zip

                                      1 Reply Last reply Reply Quote 0
                                      • T Offline
                                        the.pjt
                                        last edited by

                                        here is the PSD files of ICONS


                                        icons.zip

                                        1 Reply Last reply Reply Quote 0
                                        • thomthomT Offline
                                          thomthom
                                          last edited by

                                          @the.pjt said:

                                          to dear modorators : please please please don't delet this post !!

                                          This one is ok - as it has explicit statement that it can be modified and distributed.
                                          We do however prefer that the downloads for plugins at in the very first post of a plugin's thread. Otherwise it's hard for people to find the latest version if it is buried deep inside the thread. Could you agree with Matt whether that Matt puts the download in the first post - or you create a new thread where you maintain this modified version?

                                          Thomas Thomassen — SketchUp Monkey & Coding addict
                                          List of my plugins and link to the CookieWare fund

                                          1 Reply Last reply Reply Quote 0
                                          • U Offline
                                            unclex
                                            last edited by

                                            wonderful

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

                                            Advertisement