Message 1 of 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
How do you setup an editable array attribute that can be change by just editing one value?
Solved! Go to Solution.
How do you setup an editable array attribute that can be change by just editing one value?
Solved! Go to Solution.
If you're talking about changing the value in a given Attribute throughout a group [whether or not in Array arrangement] of Block insertions, you can just select them all [with no command operating], and change that value in all of them collectively, in the Properties palette:
Thanks Kent for that tip.
I wanted to create a text attribute for sheet number/line numbers along the left side of a drawing sheet. However, I do not want to use Field to auto fill the sheet number (will have to keep updating field variables depending on file name length). Just want to be able to edit one spot and have them all change.
I was able to get an example, but not sure how to create one. I needed to set the row spacing to different heigth.
See attachments.
That's an MINSERT -- you're not going to be able to change characteristics of the individual Blocks within it. [I was actually a little surprised that double-clicking on it brings up the Attribute Editor.] If it's of any use to you in that situation, you can at least change the row spacing, in the Properties palette:
If it were an Associative Array of Blocks, you could at least Explode that and get access to the Attributes in the Blocks separately. You can Search for routines in the Customization Forum that are equivalent to Exploding an MINSERT, or just INSERT a new one and Array that. There may also be routines there that can assign numbers sequentially by position -- I'll let you Search.
Hi @joevue
It's actually a MINSERT. To do that you need to type in the command "MINSERT" and then specify the block name and then the scale factor, No. of rows columns, and then row and column spacing 🙂
Note that MINSERT commands inserts the blocks as minsert blocks and they cannot be exploded.
Vinodkl,
You are correct, it is a MINSERT. The only thing about it is that the block has to exist on the drawing you are working on or exist in one of the paths that support AutoCAD.
Thank you all for your helps and tips.