AQucsaiJr Posted July 21, 2011 Posted July 21, 2011 I recently cam across a block that had an attribute that showed the current drawing name, and if the drawing file name was changed the attribute value changed to match. Can someone tell me how this is done? I looked at the attribute properties and could not figure it out. Thanks Quote
AQucsaiJr Posted July 21, 2011 Author Posted July 21, 2011 Interesting. But this seems to create a MText entity not an attribute. Is there a way to get the field to work as an attribute? Quote
AQucsaiJr Posted July 21, 2011 Author Posted July 21, 2011 I think I figured it out using your method. I believe if you plug this, %% ,into the value of the attribute it will work. Thanks for the help. Quote
qball Posted July 21, 2011 Posted July 21, 2011 Attributes can be fields, but with some difficulty. Quote
SYahoo Posted July 21, 2011 Posted July 21, 2011 Using the FIELD command will open up a dialog box that gives you hundreds of options. In the case above, filename, the string of characters you are using is actually the code that is generated by the command. You can use any FIELD string of characters by copying and then pasting them into Text or ATTRIBUTES. When you select the parameters of the FIELD command the string of characters that represent the field are found at the bottom of the dialog box. Quote
rkent Posted July 21, 2011 Posted July 21, 2011 I recently cam across a block that had an attribute that showed the current drawing name, and if the drawing file name was changed the attribute value changed to match. Can someone tell me how this is done? I looked at the attribute properties and could not figure it out. Thanks Start ATTDEF and fill out the appropriate entries, in the Default line look to the far right for a button, click that, select your field of choice, finish. Now make a block. Quote
oropeza23 Posted November 18, 2015 Posted November 18, 2015 I think I figured it out using your method. I believe if you plug this, %% ,into the value of the attribute it will work. Thanks for the help. This work for me but how do you get not to change when you xref the file? 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.