ziemerd Posted January 15, 2009 Posted January 15, 2009 I'm working on a title block that needs to be user friendly. It looks like if I use a .wdt file that I will need to change it as the project changes. This could end up being disasterous in the long run. I was wondering if I used a WD_TB could I update the block instead of going out to a .wdt file? I just recently experienced for myself after much aggrevation that I was editing the wrong .wdt file for my project. Thanks for the info. Dawn Quote
Glen Smith Posted May 8, 2009 Posted May 8, 2009 I'm far from an expert on this, but I have played with the WD_TB part of the title block. You can use the WD_TB attribute in different ways. If the attribute is not in the WD_TB list, it works like a normal title block attribute, you set it manually in each title block. You can use it to force attributes to a set value every time you use the "project wide update/retag" button in the project manager. ie. SCALE = "NONE"; You can use it in conjuction with the project_name.wdp file and the default_wdtitle.wdl file to assign a value to the attribute in every instance of the titleblock (like a global variable). ie. WD_TB attribute value in the title block: PROJ_NUM = LINE1; PROJECT_LINE_1 = LINE2; default_wdtitle.wdl file: LINE1=Proj_Num: LINE2=Project_Line_1: ... PROJECT_NAME.WDP file: *[1]12345 *[2]MY PROJECT then you right click on the project name and select "descriptions", enter the data that you want to put in each location, click "ok" and use the "project wide update/retag" button in the project manager. This will then open each drawing and update the titleblock to whatever you have entered. Not sure if this helps or if you already know this. I spent several days poking around trying to figure out why the "drawn_by" attribute kept being changed from my initials back to the initials of the person I replaced every time I updated. Drove me nuts. Glen Smith 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.