cduke5 Posted June 10, 2011 Posted June 10, 2011 ACAD 2006 I create named views for each area that will become its own sheet when I go to paperspace. Right or wrong that seems to make it easy to create all of the layouts. I would like to be able to create a table thru attribute extraction that will take-off parts in an individual named view so each layout sheet will have a parts list for only the items I want shown on that sheet. The only two options I see in attribute extraction are for model space only and entire drawing. Am I going at this wrong? Example: I would like a table showing all of the window types on level 1, level 2, etc. on the same sheet as the key plan for that level. Quote
BIGAL Posted June 12, 2011 Posted June 12, 2011 You can probably go to a named view get its corners and using ssget pull only the blocks out and then get the attributes. something like (ssget "W" pt1 pt2 (0 . "insert")) to make a list of blocks, the view returns the pt1pt2 check help for ssget Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.