sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Export Vertices to CSV

    Scheduled Pinned Locked Moved Plugins
    51 Posts 17 Posters 39.1k Views 17 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.
    • P Offline
      pichuneke
      last edited by

      @dave r said:

      Out of curiosity, to what is 'Precision' set when you are using metres as the units?

      @unknownuser said:

      The precision for 'meters' MUST be 0.000 ! to get up to 3dps reported...

      As a curiosity, some of Mars Curiosity instruments were tested in the place I am trying to make the topographic map (and thanks for teaching me the meaning of the expression "Out of curiosity") ๐Ÿ˜„

      I attach you a capture with the settings I've been using. In spanish, but you'll understand it. And yes, I've been using a precision of 0,000 , as you can see in the attached image.

      Image Capture of the settings

      Tig, with the new code, the results are:

      @unknownuser said:

      Exportvertices2csv.new
      #Exportvertices2csv:0x1a8911dc
      Sketchup.active_model.selection[0].vertices.each{|v|puts v.position.x.to_s+','+v.position.y.to_s+','+v.position.z.to_s}
      -141,225,-82,242,-19,325
      -142,207,-82,242,-20,532
      [#Sketchup::Vertex:0x1a4423d8, #Sketchup::Vertex:0x1a42d8e8]

      I think you are right, Tig. Now I am trying to find way to change it in my preferences (although you know that the use of "," and "." varies a lot between countries). It's always been a problem, for example I use Libreoffice in Spanish and the use of the numeric punctuation in Libreoffice Calc is problematic, Mexicans use a system, here in Spain we use another...

      Forgive my spanglish...

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

        I see the issue now. ๐Ÿ˜ฒ
        It is related to ',' versus '.'
        I'll post an update...

        TIG

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

          Here's v1.2 http://sketchucation.com/forums/viewtopic.php?p=298614#p298614
          A ',' can now be used as a decimal-point, as well as a '.'... AND keep the d.p. values set in Model Units...

          This fixes pichuneke's problem ๐Ÿ˜„

          TIG

          1 Reply Last reply Reply Quote 0
          • P Offline
            pichuneke
            last edited by

            @tig said:

            Here's v1.2 http://sketchucation.com/forums/viewtopic.php?p=298614#p298614
            A ',' can now be used as a decimal-point, as well as a '.'... AND keep the d.p. values set in Model Units...

            This fixes pichuneke's problem ๐Ÿ˜„

            Thanks a lot, I'll send you a private message with a image of the results of my experiments ๐Ÿ˜

            Forgive my spanglish...

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

              I'd be grateful for the feedback. ๐Ÿ˜„
              I'm sure this'll fix your locale issue... but I can't test it directly ! ๐Ÿ˜•

              TIG

              1 Reply Last reply Reply Quote 0
              • P Offline
                pichuneke
                last edited by

                It works!

                142.416,120.528,-0.533
                142.416,122.201,-0.013
                143.444,120.528,-0.013
                140.002,120.528,-1.721
                140.002,122.941,-0.965

                ๐Ÿ˜„

                I'll make the map later ๐Ÿ˜‰

                Forgive my spanglish...

                1 Reply Last reply Reply Quote 0
                • V Offline
                  vislaw
                  last edited by

                  Forgive me, but I am new to Sketchup. I have Sketchup Pro 8.0 and I VERY VERY MUCH am excited about your plug-in that permits export of CSV files from terrains. In fact, it is amazingly exactly what I have been looking for.

                  Alas, probably because I am a newbie I am having no luck getting it to work.

                  I installed the .rb file in the plug-ins as stated and I pasted "Exportvertices2csv.new" in the Ruby Console.

                  I get this result:

                  Exportvertices2csv.new
                  Error: #<NoMethodError: undefined method uniq!' for nil:NilClass> C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/exportvertices2csv.rb:30 (eval):0:in new'
                  (eval):0

                  Can somebody help me understand what I'm doing wrong? Could it be because I am using the Eval version? Or, am I just dumb as a rock and missing something obvious.

                  16Feb2014: Figured it out and am MOST appreciative of this very useful tool.

                  1 Reply Last reply Reply Quote 0
                  • V Offline
                    vislaw
                    last edited by

                    I absolutely LOVE this tool and want to thank you, TIG, for your generosity.

                    One thing, though. It seems that when I bring the resulting CSV file into another application to generate a terrain, I get some artifacts that seem to be almost linear whereby some of the points are too high and some too low. See the images below. The top is the terrain inside Sketchup and the bottom example is from SiteTOPO showing the sort of linear artifact lines that are showing up in my generated terrains:

                    http://www.transforensics.com/download/ForTIG.jpg

                    I've imported files into several different applications (ARAS 360HD, AutoCAD MAP3D, SiteTOPO) and all show the same artifacts so I assume it is somehow occurring as the grid is generated in Sketchup. It is a pain to clean up the artifacts so I'm hoping somebody can help solve this for me.

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

                      I assume if you view the original mesh SKP in Monochrome mode with View > Hidden Geometry ON, you don't see these 'artifacts' ???

                      Can you post [or PM] the original mesh SKP and resultant mesh after export.
                      I suspect it's something to do with perhaps 'vertical' or inverted faces ?
                      Once we see the SKP we can hopefully find out...

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • V Offline
                        vislaw
                        last edited by

                        @tig said:

                        I assume if you view the original mesh SKP in Monochrome mode with View > Hidden Geometry ON, you don't see these 'artifacts' ???

                        Can you post [or PM] the original mesh SKP and resultant mesh after export.
                        I suspect it's something to do with perhaps 'vertical' or inverted faces ?
                        Once we see the SKP we can hopefully find out...

                        Thank you so much TIG. This happens on all the terrains I've generated so far. I'm attaching the SKETCHUP file and also the CSV file that is generated from your script. Here's what the terrain looks like when I bring the CSV file into my terrain generator:

                        http://www.transforensics.com/download/OriginalTerrainArtifacts.JPG

                        As you can see, there are pits and spikes that shouldn't be there.

                        I really appreciate your help as this would be an incredibly useful tool for me to have.

                        Many many thanks for your generosity. I sent you a donation and will encourage my compadres to do so as well.


                        OriginalMeshInSketchup.skp


                        OriginalMeshInSketchup_verts.csv

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

                          I'll try and look at it on Wednesday...
                          At first sight I can't see why it should do that...

                          It's a very simple script so it ought to work and/or be fixable ๐Ÿ˜•

                          TIG

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

                            Here's v1.3 http://sketchucation.com/forums/viewtopic.php?p=298614#p298614
                            Get it from the PluginStore download link, or AutoInstall it from within SketchUp itself...

                            The recently reported issues of 'artifacts' appearing in exported meshes was caused by having the Model Units set to 'Fractional' [already advised against!] but it is is now trapped - the Units LengthFormat is temporarily reset to 'Decimal' whilst it is exporting, and it's reset afterwards as needed.
                            It also now in a 'TIG' module.
                            It has a new easy to use File menu item TIG.exportvertices2csv to run it.
                            Or you can still use the clunky Ruby Console 'command-line' [note that you now must type TIG.exportvertices2csv ]

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • V Offline
                              vislaw
                              last edited by

                              Beautiful work. I tip my hat to you for making this great tool. This provides me with a very easy way to bring 3D Google Earth terrains into an external application. Bravo TIG!

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

                                Hi TIG,

                                The export2CSV does not extract the points in the proper manner. You may export a circle and draw a Scatter Graph in MS Excel. The lines appear out of order.

                                Would appreciate if there is any improvement

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

                                  @isher said:

                                  Hi TIG,

                                  The export2CSV does not extract the points in the proper manner. You may export a circle and draw a Scatter Graph in MS Excel. The lines appear out of order.

                                  Would appreciate if there is any improvement
                                  It just exports the vertices.
                                  It does not order them.
                                  A 'Delauney' algorithm is probably needed to arrange them...

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • B Offline
                                    BluesDog
                                    last edited by

                                    Hi TIG

                                    I made a modification to an earlier version of your script that extends its functionality. Specifically, I tweaked it such that it exports the vertices of all the faces and edges in a model (not just the active selection). The tweak also finds all the faces and edges tucked away in groups and components. As well as applies the respective group and component level transforms to the vertices. I've uploaded the tweak to Gist, here's the link: modifiedScript

                                    If the features are useful to you or your users feel free to integrate them with the latest version of your script.

                                    Thanks a lot for creating and sharing the original script. It has been very useful! ๐Ÿ˜„

                                    Regards

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

                                      Great plugin! Is there any chance to pull out more than 2 approximated decimal points out of sketchup? e.g. 10 or more? thx

                                      1 Reply Last reply Reply Quote 0
                                      • Dave RD Offline
                                        Dave R
                                        last edited by

                                        @axello said:

                                        Is there any chance to pull out more than 2 approximated decimal points out of sketchup? e.g. 10 or more?

                                        If you read through this thread you can see that the number of decimal places you get depends on your precision settings in Model Info.

                                        What units are you working in that you think you need 10 or more places past the decimal?

                                        Etaoin Shrdlu

                                        %

                                        (THERE'S NO PLACE LIKE)

                                        G28 X0.0 Y0.0 Z0.0

                                        M30

                                        %

                                        1 Reply Last reply Reply Quote 0
                                        • Z Offline
                                          zander83
                                          last edited by

                                          Hi TIG, is there somewhere I could look up as a guide for using your plugin? Out of my depth here but I basically just want to export the vertices from scatter instances in sketchup, to open in octane standalone scatter node. When I select the geometry / group (even if just a simple box) and hit TIG.exportvertices2csv under File nothing happens. What am I doing wrong? Using skp2019. Thanks very much for any help in advance!

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

                                            There's help within the posts in the thread, have you read them all ?

                                            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