ryankevin15 Posted February 5, 2018 Posted February 5, 2018 (edited) ...... Edited January 1, 2019 by ryankevin15 Quote
Lee Mac Posted February 5, 2018 Posted February 5, 2018 Is each of the blocks a separate block reference, or is your image a single dynamic block with an array parameter? If the "XX" is DText or MText within the block definition, then this could not hold a different value for each block reference of the same block definition - you would need to use an Attribute instead. Quote
ryankevin15 Posted February 5, 2018 Author Posted February 5, 2018 Is each of the blocks a separate block reference, or is your image a single dynamic block with an array parameter? If the "XX" is DText or MText within the block definition, then this could not hold a different value for each block reference of the same block definition - you would need to use an Attribute instead. how would I create an attribute instead of MText? They are all separate blocks. I just wanted to show the application of it and a lsp for numbering the racks 1-4 from left to right or from right to left. Quote
Lee Mac Posted February 5, 2018 Posted February 5, 2018 how would I create an attribute instead of MText? They are all separate blocks. I just wanted to show the application of it and a lsp for numbering the racks 1-4 from left to right or from right to left. Use the ATTDEF command within the Block Editor to create the attribute definition, save the block definition, and then use the ATTSYNC command to synchronise the changes to all block references in the drawing. 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.