Message 1 of 6
Block list comparing to CSV file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dudes & Dudettes,
I am looking for a lisp that will list the blocks in a drawing but only if they are in a list (say a CSV file). Here's the scenario. We currently have a hardware page which pretty much includes every screw, nut, washer that we carry. We would like to display only what the installer or fabrication would need. My thought is, scan the drawing and extract the hardware block names (including nested blocks) and return only hardware. So, the title block, item calls, rev triangles etc, would not be represented. Dumping it into a table or a spreadsheet would be bonus.
Has anybody done this?