Extracting Dimensions from a DWG for Inspection through Excel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Bit of a speculative post here, I am trying to find a quick way to take dimensions, and tolerancing, from a drawing, or model, so that they can be exported to an excel or word document and can be handed to another team to inspect the parts once they are machined, ensuring that they fit within the DWG's defined tolerances.
Currently I have found two ways;
exporting parameters from the model itself, taking the XML document into excel, which get very messy once the model gets too complex and is not very legible, nor does it show numbered tolerances.
Or I have found code for a rule that allows me to select various dimensions, currently it only allows me to add them as a reference in a table, some work is needed on it, and add them to a table which is only in the drawing.
My end goal is to have an easy process for taking the dimensions from the drawing, quickly taking all of them (tolerances, GDT etc. included) and being able to put them into a neat readable format so that the inspection team can inspect the machined parts.
I am asking for help to see if either of these ways is feasible, or if there is a better way of achieving it, or if it is not possible then I am not wasting too much time on it.
I have attached the code I found in this forum, unfortunately I do not know VBA, so any assistance on what to add would also be appreciated.
Thanks in advance.