Over 1.084.000 registered users (EN+CZ). New 1D nesting and 3D nesting tools, updated Color converter. New AutoCAD 2025 commands and variables. Learn about twiGIS.
CAD tip # 7042:
Question
The ListInspection macro will make a list of all inspection dimensions in the current Inventor drawing (IDW/DWG), including tolerances. The precision of dimension values is the same as in the drawing. The list is exported to a TAB delimited file. Its file name is the same as the file name of your drawing with just the ".txt" extension added. Both metric and imperial dimensions are supported.
In the drawing environment use Alt+F11 to start the VBA editor. Use "File > Load project" to load the ListInspection.ivb file. Switch back to your Inventor drawing and press Alt+F8 to display macros. Pick ListInspection.Report and click the Run button.
You can drag the resulting TXT file to Excel.
The frame/shape codes are "No", "Ang" or "Rnd".
Sample output:
DimValue Toler-L Toler-H InspLabel Shape Rate Hole 3.235 -0.2 0.3 myLabel1 Rnd A1 2.854 0 0 myLabel2 Rnd H7 0.635 0 0 myDesc <StyleOverride Font='AIGDT'>m</StyleOverride> Ang RYou can download ListInspection from Download