Attribute BOM For Excel

Attribute BOM For Excel

TravAdAutocad
Participant Participant
380 Views
3 Replies
Message 1 of 4

Attribute BOM For Excel

TravAdAutocad
Participant
Participant
I've been tasked with implementing a material list using attributes to be exported to Excel for my job. I have only worked with attributes to create a title block. I understand how to create attributes on a basic level, but I'm unsure how to make a group of attributes that can be picked and chosen based on what material each project uses. Our material list includes about 300 parts, but each project will only use about 10-20 of those parts. I also have to include quantities.

I'm the only user of Autocad at my job so I am flying solo. Any help will be appreciated.
0 Likes
381 Views
3 Replies
Replies (3)
Message 2 of 4

Washingtonn
Collaborator
Collaborator

Provide a list of the attributes each part will have.

0 Likes
Message 3 of 4

AVCPlugins
Advisor
Advisor

You need to add invisible constant attributes to each block-part in the block editor. And if the same block can represent several different parts with different article numbers, then the attributes should be marked as invisible changeable. There are no problems with extracting this data into a table using either the standard DataExtraction command or plugins (for example, DataTable).
Pay attention to the AVCPalette plugin. This property panel allows you to very easily, without the block editor, create new invisible attributes in old blocks. In addition, you can set up "virtual attributes" that will be visible for all blocks, even if the block has no attributes at all. This feature will dramatically reduce your work.


Plugins for AutoCAD
A>V>C>
AppStore | Facebook | Twitter | YouTube | Blog
Message 4 of 4

TravAdAutocad
Participant
Participant

@Washingtonn  Part number, description, code, UOM, and class

0 Likes