• Login
sketchucation logo sketchucation
  • Login
ℹ️ GoFundMe | Our friend Gus Robatto needs some help in a challenging time Learn More

[Plugin] FreeDXF Importer

Scheduled Pinned Locked Moved Plugins
148 Posts 41 Posters 174.8k Views
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.
  • T Offline
    TIG Moderator
    last edited by 19 Oct 2009, 13:40

    In passing... I am working on a parallel DXF TEXT importer that imports any text/mtext/attributes in the DXF - as flat 3D text using the size, font, formating etc...

    TIG

    1 Reply Last reply Reply Quote 0
    • T Offline
      toxicvoxel
      last edited by 19 Oct 2009, 14:53

      Jim,
      I think it would be imperative to support polyface meshes as minimal functionality for this plugin as so many formats export faces using this structure.
      This would also potentially provide a logical optional construct to map against sketchup groups, which maps to blocks in the current importer/exporter.

      Your efforts are appreciated.

      1 Reply Last reply Reply Quote 0
      • G Offline
        Gruff
        last edited by 22 Oct 2009, 21:00

        @thomthom said:

        hm... I could see the logic of that if you where writing DXF format. But we're talking about reading DXF format. I'd think that you'd want to be able to read recent formats.
        Is the DXF format constructed in such a way that parsing a DXF file with the newest spec will allow it to read older versions?

        No. Quite the reverse.

        If we are only talking 2D/3D wireframe standard elements then I do not think it would be a problem. Getting into 3D Surfaces and Solids could very well be a version issue.

        AutoCad typically allows you to save a DXF (or DWG) to 3 or 4 earlier versions of the file format.

        If Jim's importer can only read 2010 DXF and I only have ACAD version 2004 then Jim's importer may be expecting data structures that simply do not exist in the 2004 version. I would not be able to use his utility.

        If Jim writes his importer to read 2004 DXF files then someone with version 2010 of ACAD can always save his file to the older version for Jim's program.

        Of course the smartest move would be to have his program read the version and use the appropriate version translator. But that is a tall order I think.

        Resistance is .... Character Forming. Grin

        1 Reply Last reply Reply Quote 0
        • T Offline
          thomthom
          last edited by 22 Oct 2009, 21:10

          @gruff said:

          If Jim's importer can only read 2010 DXF and I only have ACAD version 2004 then Jim's importer may be expecting data structures that simply do not exist in the 2004 version. I would not be able to use his utility.

          You say "may"... Have you studied the format? Or is it a guess?

          I was thinking that it'd build upon the previous versions. That a 2010 reader would be able to read previous versions. Why would you extend a format such that it changes an existing implementation? That just seem to create more problems.

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

          1 Reply Last reply Reply Quote 0
          • G Offline
            Gruff
            last edited by 25 Oct 2009, 17:48

            @thomthom said:

            @gruff said:

            Have you studied the format? Or is it a guess?

            I have written translators for several CAD file formats and a few simple converters for DXF. Most recently a DXF exporter for Solidworks to SigmaNest. (Creating additional geometry not in SW on export)

            It is the nature of file formats to evolve to support more features and to crop structures that are no longer necessary for the latest version. If I recall correctly AutoCAD version 1.0 came out in 1982.
            DXF was defined sometime thereafter... 1984 or so. Quarter of a century would be a long time to remain backward compatible for a privately held file format. 😉

            As I said earlier though. If all Jim is going to support is wireframe then it shouldn't be an issue.

            Resistance is .... Character Forming. Grin

            1 Reply Last reply Reply Quote 0
            • H Offline
              honoluludesktop
              last edited by 27 Oct 2009, 20:07

              Hi Jim, Am watching this topic for your progress. Btw, I see that you bookmarked the html for Dxf definitions. I did the same thing until I realized "Dah!", that I could bookmark the pdf on line as well. Sigh, old habits die hard:-(

              1 Reply Last reply Reply Quote 0
              • J Offline
                Jim
                last edited by 3 Jul 2011, 02:49

                New Version 0.51

                • Improved ELLIPSE method
                • Added import of TEXT entities.

                See first post for download.

                1859.png


                1859.dxf


                1859.skp

                Hi

                1 Reply Last reply Reply Quote 0
                • D Offline
                  driven
                  last edited by 3 Jul 2011, 12:13

                  hi Jim,

                  should it work on mac?

                  trying to load your .dxf gives

                  Error; #<TypeError; reference to deleted Group>
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;466;in `transform!'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;466;in `draw_text'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;133;in `draw'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;92;in `main'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;91;in `each'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;91;in `main'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;503
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;466;in `call'
                  /Library/Application Support/Google SketchUp 8/SketchUp/Plugins/freedxf/freedxf.rb;466
                  
                  

                  haven't time to look further at the moment, so thought I'd ask first.
                  john

                  learn from the mistakes of others, you may not live long enough to make them all yourself...

                  1 Reply Last reply Reply Quote 0
                  • J Offline
                    Jim
                    last edited by 3 Jul 2011, 18:19

                    Thanks, John. I started seeing that error too, although not everytime. It's really baffling because it appears to have started when I made some changes in what should be an unrelated method. I will trap the error, but I am still not sure what exactly is happening. There will be an update (or 2) today.

                    Hi

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      thomthom
                      last edited by 7 Jul 2011, 13:38

                      Does bitbucket reflect the latest changes?

                      I went looking at it to work out what it imported DXF TEXT entities as. Text entity in SketchUp?

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

                      1 Reply Last reply Reply Quote 0
                      • T Offline
                        thomthom
                        last edited by 7 Jul 2011, 13:47

                        Ok - tried it out. I see the text comes in as simple geometry. Would be useful with an option to get the text as native Text elements. And/or when the text is imported as geometry, add the text value to an attribute so it can be read by other Ruby scripts.

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

                        1 Reply Last reply Reply Quote 0
                        • T Offline
                          thomthom
                          last edited by 7 Jul 2011, 13:56

                          Does it handle units at all? Or does it assume inches?

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

                          1 Reply Last reply Reply Quote 0
                          • T Offline
                            TIG Moderator
                            last edited by 7 Jul 2011, 14:20

                            My importDXFtext.rb ideas could be cannibalized into this tool to add the DXF's text in 2d 3dText groups, using available fonts or defaulting [mine uses Arial.ttf if the font is not in one that's listed] - my tool also replicates the [M/D]text/attribute's coded-symbols, colors, size etc wherever possible - also you could easily add an attribute for the text's 'string'... 😄

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              thomthom
                              last edited by 7 Jul 2011, 15:01

                              I managed to hack this plugin for my need. Placed Text objects. Then I could use them to extract their insertion points and move them to the height given in the text - resulting in a point cloud, which I used TIG's Triangualte Points (modification of Didier) to generate a terrain mesh.

                              phew

                              At least now I got an accurate terrain. Thanks for all your scripts. 👍

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

                              1 Reply Last reply Reply Quote 0
                              • T Offline
                                TIG Moderator
                                last edited by 7 Jul 2011, 15:09

                                Ages ago I wrote an AutoLisp tool to run in your CAD DWG and read 'flat' spot-height pieces of D/Mtext and move them in the Z to suit their given 'elevation' taken from the text's string into a float, and also add a 'point' at the text's origin - you can then export those as a point-cloud DXF for use in your SKP... to meshify it...
                                If the lisp would be of any help let me know and I can PM it...

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Jim
                                  last edited by 7 Jul 2011, 21:36

                                  @thomthom said:

                                  I went looking at it to work out what it imported DXF TEXT entities as. Text entity in SketchUp?

                                  Currently TEXT and MTEXT are imported as 3D text (but with zero thickness.) The Font defaults to low-quality Arial. Texts respect newlines, position, height, font (if installed?), bold, and italic styles. Roation is not yet complete. Tects color is always black for now.

                                  I had planned an option to import text as SketchUp screen text. In fact that's the easiest way to import it and the most economical as far as geometry.

                                  @thomthom said:

                                  And/or when the text is imported as geometry, add the text value to an attribute so it can be read by other Ruby scripts.

                                  Good idea - will implement.

                                  @thomthom said:

                                  Does it handle units at all? Or does it assume inches?

                                  FreeDXF does not consider units at the moment, so every import would be considered as being in Inches.

                                  Hi

                                  1 Reply Last reply Reply Quote 0
                                  • D Offline
                                    driven
                                    last edited by 11 Jul 2011, 02:07

                                    hi Jim, here's a mac screenshot,

                                    I've got an archive of these simple reduction gear dxf's and it opens them a threat...

                                    it's particularly useful being able to specify circle and arc segment counts, the v7 SU importer bought these in a such low quality, I couldn't use them.

                                    it splits out into layers, but doesn't group those items, I haven't read the script yet but is that addable?

                                    i.e. each layers geometry is also a group so it doesn't stick on first opening with all layers on.

                                    also does it do faces?, I'm not sure if this test file has any... a lot of them don't.

                                    cheers

                                    john


                                    enough to build a 3d  cycloidal drive...

                                    learn from the mistakes of others, you may not live long enough to make them all yourself...

                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      Jim
                                      last edited by 11 Jul 2011, 21:52

                                      @driven said:

                                      it splits out into layers, but doesn't group those items, I haven't read the script yet but is that addable? i.e. each layer's geometry is also a group so it doesn't stick on first opening with all layers on.

                                      Yes, I think it's addable. I was using SketchUp Pro's dxf importer as my example; which does not group geometry by layer. But it seems like a better way to import geometry seeing as cad layers are more like SketchUp Groups than SketchUp Layers. So would all entities in the group be on the cad layer, or just the group on the cad layer with the raw geom on Layer0?

                                      @driven said:

                                      also does it do faces?, I'm not sure if this test file has any... a lot of them don't.

                                      Not really yet. It does import 3DFACE entities, but I think they are not common in dxf's.

                                      I appreciate the feedback. (send test files.)

                                      Hi

                                      1 Reply Last reply Reply Quote 0
                                      • HumpmetwiceH Offline
                                        Humpmetwice
                                        last edited by 12 Jul 2011, 01:31

                                        By reading everything I'm not sure if I'm doing something wrong or its not able to import text yet? It would really be a helpful tool if it did!

                                        Thanks Kurt


                                        2011-07-11_201346.png


                                        2011-07-11_201529.png

                                        1 Reply Last reply Reply Quote 0
                                        • J Offline
                                          Jim
                                          last edited by 12 Jul 2011, 07:22

                                          Thanks Kurt. It should import text and mtext entities. I would be interested in testing your .dxf file, if possible.

                                          Hi

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

                                          Advertisement