Jump to content

Manage/update multiple sheets/drawings title blocks


Recommended Posts

Posted

by the way did you open with words? try with excel file it woul make things clear.

  • Replies 27
  • Created
  • Last Reply

Top Posters In This Topic

  • autouser

    12

  • SteveK

    10

  • Lee Mac

    3

  • BIGAL

    2

Top Posters In This Topic

Posted
and to answer the first question, no there is only one title block in each layout and there are 4 layouts in one drawing and 4 drawings in a set. cheers

Yeah until a method for exporting with layout names turns up you'll just have to edit it manually. In the lisp set the layoutNameCol variable to 0 and add the layout names to the start of each row in the csv, eg:

LAYOUT_NAME,Count,Name,AUTHOR,CREATION_DATE,DESCRIPTION,ENGINEER,NUMBER_OF_SHEETS,PART_NUMBER,PROJECT,REVISION_NUMBER,SHEET_NUMBER,STOCK_NUMBER,TOLERANCE
Layout1,1,Title Blocks,ABC,24/11/09,DEF,GHI,4,JKL1,MNO,10,3,,N/A
Layout2,1,Title Blocks,ABC,24/11/09,DEF,GHI,4,JKL2,MNO,12,2,,N/A
Layout3,1,Title Blocks,ABC,24/11/09,DEF,GHI,4,JKL3,MNO,0,4,,N/A

by the way did you open with words? try with excel file it woul make things clear.

?

Posted

hmmm ok...... its not that easy as it seems ..... it might even be quicker to just modify each drawings manually. but nontheless i think its one of the useful command to have.

Posted

stevek just wondering my part number is unique for each block and thus each layout. how can i use that as key to search and replace other attributes? is that possible in the code? thanks

Posted
stevek just wondering my part number is unique for each block and thus each layout. how can i use that as key to search and replace other attributes? is that possible in the code? thanks

I don't think so. The only way to affect different layouts is to either layout name or working consecutively. The second option would take a fair bit to implement with my current code and even then it couldn't tell which row one drawing stopped and another started.

I suggest you hold out to see what fixo comes up with.

 

steve

Posted

Hi Lee thanks for that ..... it runs and ask for block and tag but nothing changes. does it need objectdbx to install first and why? since i am using office comp i don't have access to admin account. and other thing is it changes the attributes to the same value to all drawings in the folder? thats not exactly what i need here since each could have their own revision number and date but it will definitely come in handy. cheers mate

Posted
Hi Lee thanks for that ..... it runs and ask for block and tag but nothing changes. does it need objectdbx to install first and why? since i am using office comp i don't have access to admin account. and other thing is it changes the attributes to the same value to all drawings in the folder? thats not exactly what i need here since each could have their own revision number and date but it will definitely come in handy. cheers mate

 

Yes, it is for a global attribute change for all drawings - it should be run on any new drawing (better if the drawings you are operating on aren't open), and will change all the attribute values.

 

But there is a bug with ObjectDBX in that the attribute definition may be shifted slightly depending on the justification. :wink:

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.


×
×
  • Create New...