Attribute to Attribute info transfer
Attribute to Attribute info transfer
(OP)
G'day Group,
I'm starting to think this isn't possible!!!!
I would like some advice on how to go about the following:
In model space I bring in the parts that I require as blocks. Each of these blocks has an invisible attribute attached. For example three pieces of channel section are inserted into a drawing they make up a triangle two of the sections are the same part. The attribute called "Definition" contains Weight, Length, Code, DWG_No. I can export this information to excel from model space no worries.
The question is how do I export/import this info to the attributes in Paper space (layout1) called "BOM" with the same tag names????
Because at present I am filling in the bill of material by hand.
USING A2K2 on windows 2000 and express tools.
Cheers
Mike
I'm starting to think this isn't possible!!!!
I would like some advice on how to go about the following:
In model space I bring in the parts that I require as blocks. Each of these blocks has an invisible attribute attached. For example three pieces of channel section are inserted into a drawing they make up a triangle two of the sections are the same part. The attribute called "Definition" contains Weight, Length, Code, DWG_No. I can export this information to excel from model space no worries.
The question is how do I export/import this info to the attributes in Paper space (layout1) called "BOM" with the same tag names????
Because at present I am filling in the bill of material by hand.
USING A2K2 on windows 2000 and express tools.
Cheers
Mike





RE: Attribute to Attribute info transfer
Your problem can be solved using facilities in VBA or VisualLISP.
:)
Farzad
RE: Attribute to Attribute info transfer
Cheers
Mike
RE: Attribute to Attribute info transfer
RE: Attribute to Attribute info transfer
Are you inserting different blocks with same attribute
tags/different string values in ModelSpace? Or same block in multiple instances? Is a line in your paperspace BOM
also a block with attributes?
Can you not extract all the attribute tag values and put all of them in a list of lists? 1 item in the list is equivalent to 1 line in your paperspace BOM (same tagnames as your blocks).
If you cannot understand what I'm saying...imagine looking
at your paperspace BOM, the number of columns is equal to the number of attribute tags of the block in modelspace.