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

    Export For CAM software

    Scheduled Pinned Locked Moved Extensions & Applications Discussions
    extensions
    51 Posts 14 Posters 15.8k Views 14 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.
    • D Offline
      dedmin
      last edited by

      That is good news - I was wondering for a long time can this be a problem!

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

        Note that you can extract a DC's 'attributes' and use them in your 'reports'... there are several threads about this already... ๐Ÿ˜•

        TIG

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

          Still, there isn't a clear solution for exporting DC options.

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

            Since an 'option' is itself an attribute can't you use that to 'filter' the other attributes as needed ?
            http://code.google.com/apis/sketchup/docs/tutorial_attrreporting.html

            TIG

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

              Maybe I could give You an answer if I know anything about Ruby programing ๐Ÿ˜ฒ Downloaded the book "Automatic SketchUP" and I'm even more confused! ๐Ÿ˜’ ๐Ÿ˜’

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

                Can we recap on the issues under discussion here...

                Someone wants a tool that lets you export a selected DC as a 2D DXF - you pick the face to be 'up'.
                So the tool needs to find the picked face in the DC and then make a 2D DXF from it ?
                Perhaps the DC options are only needed for other reporting and not the DXF making ??
                The DXF is made a report is made referencing the DXF and containing certain info extracted from the DC ?

                Please could the 'requester' post a step-sheet with images, results etc on how this is currently done 'manually' so that the automation is then clearer... I must be readily doable ? ๐Ÿค“

                TIG

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

                  I can comment only on exporting DC options, not attributes! Here we put all the valuable information that is visible and usable in SketchUp and in SketchUp Pro. We can make different components and put the info we need - for legs, doors, panels, handles and etc. that have the same options - we can select all the legs and change their options at once - for instance color or price. Then we need to export all this for reporting - the best as cvs so we can import in Excel or Calc and combine all the elements to get this

                  2010-08-03_142524.jpg
                  2010-08-03_143103.jpg

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

                    The the options are the attributes. You need a [new] attribute reader customized to your needs... โ“

                    TIG

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

                      Does SketchUP holds all the attributes and the options in the same dictionaries? If so then the reader needs to export only the options of the selected components from that table.

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

                        The instance should hold various attributes values, the dictionary can be named whatever the creator called it - e.g. 'product_info'.
                        The DC's options/attributes are found in a special 'dynamic_attributes' dictionary.
                        The code at the end of the link I posted is specifically made to show you how to extract such info from a model / instance etc...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • Y Offline
                          yvan
                          last edited by

                          The geometries should also be exported as follow:

                          1. Create a dynamic component with attributes to be exported in the csv file.

                          http://www.catalystinteriors.com.au/images/stories/sketchup/01.png

                          1. Select primary face in all components to be machined. (components such as hardware are excluded if no face is selected). Only one face per component can be selected.

                          http://www.catalystinteriors.com.au/images/stories/sketchup/02.png

                          1. Tooling is set by placing geometries in specific layers. For example vertical drilling with a 5mm bit would be associated with the dxf layer called โ€œDV_5โ€; Routing offset for external shape with DXF layer โ€œROX_9โ€ (9 for a 9mm router bit.) any combination of machining can be accomplished by linking tooling โ€œstrategiesโ€ in the CAM software with DXF layers created by Sketchup.

                          http://www.catalystinteriors.com.au/images/stories/sketchup/03.png

                          1. When the model is ready all โ€œprimaryโ€ faces are exported as DXF polylines in a specified folder together with the csv file.

                          http://www.catalystinteriors.com.au/images/stories/sketchup/04.png

                          1. The csv file is then used to automate the import in the CAM software (Enroute, Aspan etc...)

                          http://www.catalystinteriors.com.au/images/stories/sketchup/05.png

                          Catalyst Interiors Pty. Ltd. - shopfitters Adelaide South Australia

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

                            I use a script to export the Entity Information, Attributes, and Outline (BOM Structure) from the SUP drawing into CSV files. But the CSVs are not "flat files", they use the EntityID to link records between each file after they have been imported into a database. I have attached samples of the files, perhaps the Data functions inside OpenOffice can help "flatten" the attribute information? or they could be imported into an OpenOffice Base ".odb" database, then you could write queries? Not sure if OpenOffice can link to the .csv files like MS Access does, and then you wouldn't have to re-import each time? Anyways, the script is very BETA at this point.


                            Sample Data Files

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              t.larcombe
                              last edited by

                              not sure if this will be of much help. I have used sketchup for CNC work and some of the plugins such as stl or dxf converters are good such as the one here
                              [url]
                              http://www.guitar-list.com/.../convert-sketchup-skp-files-dxf-or-stl
                              [/url]
                              but i also use mesh lab software. I only use this for smallish models and prototypes so I am not sure how well it will work for you but try it

                              favicon

                              (meshlab.sourceforge.net)

                              exporting from sketchup as a collada file and them messing about with it in meshlab, it does seem to work but needs experimenting with depending on what you are doing

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

                                @sketchdata said:

                                I use a script to export the Entity Information, Attributes, and Outline (BOM Structure) from the SUP drawing into CSV files. But the CSVs are not "flat files", they use the EntityID to link records between each file after they have been imported into a database. I have attached samples of the files, perhaps the Data functions inside OpenOffice can help "flatten" the attribute information? or they could be imported into an OpenOffice Base ".odb" database, then you could write queries? Not sure if OpenOffice can link to the .csv files like MS Access does, and then you wouldn't have to re-import each time? Anyways, the script is very BETA at this point.

                                Why it is so hard to just export component's options? All this data is so messy - seems easy to me just to write by hand what I need!

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

                                  http://sites.google.com/site/sketchuptogcode/

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

                                    Because, instead of exporting, not seeking to make the process within CAM SketchUp?

                                    In this forum there is an excellent plugim to 2.5D (to generate GCode)
                                    http://www.phlatforum.com/

                                    There are already other plugim for developing 3D

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

                                      Here is a video on the SketchUp reporting solution we have been working on.
                                      http://www.youtube.com/watch?v=M2Y53vgqSQs

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

                                        Just a sample how simple things can be made complicated! Really scaring! ๐Ÿ˜’

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

                                          I'm guessing you don't like the reports?

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

                                            @sketchdata said:

                                            I'm guessing you don't like the reports?

                                            In my previous posts I outlined what I thinks is a good use of the dynamic components data. We can put one data for panels, another for hardware and etc. Export this as csv and combine as You wish in Excell or Calc. So far seems impossible to do in SketchUP - and especially if there are non english characters.
                                            Something You can do in CAD with BOM - You can choose what to include in the BOM, have different templates, put custom data and etc.

                                            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