Update Title Block Information Across Multiple Sheets

Update Title Block Information Across Multiple Sheets

el_jefe_de_steak
Collaborator Collaborator
13,179 Views
9 Replies
Message 1 of 10

Update Title Block Information Across Multiple Sheets

el_jefe_de_steak
Collaborator
Collaborator

Hi, I need a way to enter project information for title block use across multiple layouts. (customer, project ID number, date, project manager, etc.) I would like to be able to change one attribute and have all the layouts update accordingly. How can I do this? I have tried using block attributes, but they seem to function independently for each iteration of a block, and I need to edit one variable/field/attribute/whatever so that it updates across all iterations of the title block. I want to avoid using the block editor if I can.

 

In Autodesk Inventor, you can use iProperties to accomplish this. I am looking for a similar functionality, although it doesn't have to be accessible via the same format.

0 Likes
Accepted solutions (1)
13,180 Views
9 Replies
Replies (9)
Message 2 of 10

el_jefe_de_steak
Collaborator
Collaborator

Using custom fields would be a really easy way to make this work... problem is nobody seems to have any clue if that's possible.

0 Likes
Message 3 of 10

maratovich
Advisor
Advisor

 

Watch video :

 

 

---------------------------------------------------------------------
Software development
Automatic creation layouts and viewport. Batch printing drawings from model.
www.kdmsoft.net
0 Likes
Message 4 of 10

el_jefe_de_steak
Collaborator
Collaborator

Thanks for this! I like the software you have shown here.

 

Unfortunately, this is not going to be acceptable for what I want to accomplish here, for the simple reason that I don't always know what text to replace... I need to be able to edit a variable or field definition in one place and use that across multiple sheets and title blocks.

0 Likes
Message 5 of 10

turnerkindred3
Explorer
Explorer

We use Custom Fields and vba to feed the properties. Its by far the easiest way. if you need some code to get started, let me know or I could build it for you.

0 Likes
Message 6 of 10

Jason.Rugg
Collaborator
Collaborator
Accepted solution

@el_jefe_de_steak You could use custom drawing properties. From the File drop down menu, select drawing properties and then choose the custom tab and add the properties you would like. Then insert fields into your title blocks that reference the new custom drawing properties. Works very well for what you are trying to do. Then if you change the custom property values you can use the UPDATEFIELD command and select the title block and all of the fields contained within it will update accordingly. No need for code for any of this to work.

Message 7 of 10

el_jefe_de_steak
Collaborator
Collaborator

@Jason.Rugg 

 

Thankyou thankyou thankyou! This is exactly what I was looking for... And it works across non-AutoCAD software as well! I owe you a Starbucks.

 

Just a note on your comment to use UPDATEFIELD to refresh the values - if you set the variable FIELDVAL to "31", all fields will update when you use the REGEN (RE) command.

0 Likes
Message 8 of 10

Jason.Rugg
Collaborator
Collaborator

@el_jefe_de_steakNo problem, yes I always forget about that variable, thanks for the reminder on that.

Message 9 of 10

Christine.Angeles
Community Visitor
Community Visitor

Have you tried using GATTE?

0 Likes
Message 10 of 10

gailx_anthony
Explorer
Explorer

How do I fill in the properties if I don't know what they're called?

gailx_anthony_0-1736536996970.png

Custom property name?  (No suggestions.)

0 Likes