• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Active Contributor
    looking4phil
    Posts: 37
    Registered: ‎02-22-2007

    Reset default value on attributes within a block

    670 Views, 5 Replies
    01-04-2012 07:29 AM

    I have a titleblock with various attributes for title,dwg number, date, all that sort of thing. The drawing contains 43 layouts each with the titleblock in them and I want to show the default value of the attribute 'date', for example. Is there an easy way to do this. I would normally use find/replace if there was already text in the attribute concerened but there is currently no value. Hope this make sense to someone and can help!! Thanks.

    Please use plain text.
    *Expert Elite*
    Posts: 6,635
    Registered: ‎06-29-2007

    Re: Reset default value on attributes within a block

    01-04-2012 09:12 AM in reply to: looking4phil

    Hi,

     

    three ideas:

    • create a default value for the attribute like "xxxDATExxx" so you can do something like replace (at least one time)
    • you can use fields within attribtutes, e.g. to show automatically the last plot-date or save-data (details >>>here<<<)
    • you don't define an attribute within the block definition, you use a text-object. So you can select one titleblock ==> blockedit ==> change the text to the date you want ==> close&save the blockdef ==> all insertions of this block will be updated. But be careful: if you have some software that works with informations coming from the titleblock they will not find a "date-attribute" any more!

     

    HTH, - alfred -

     

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Active Member
    tawadev
    Posts: 7
    Registered: ‎10-12-2011

    Re: Reset default value on attributes within a block

    01-04-2012 09:18 AM in reply to: looking4phil

    We can use sheetset for updating attribute in block.

    Please use plain text.
    Active Contributor
    looking4phil
    Posts: 37
    Registered: ‎02-22-2007

    Re: Reset default value on attributes within a block

    01-05-2012 01:06 AM in reply to: alfred.neswadba

    Am liking option 3 there, the most simple I guess. Never thought of that one. Thanks for your help.

    Please use plain text.
    Active Contributor
    looking4phil
    Posts: 37
    Registered: ‎02-22-2007

    Re: Reset default value on attributes within a block

    01-05-2012 01:29 AM in reply to: tawadev

    Ah sheetsets, I am thinking I should probably start using this function. Will look into it. Cheers.

    Please use plain text.
    *Pro
    Posts: 1,737
    Registered: ‎12-08-2003

    Re: Reset default value on attributes within a block

    01-06-2012 11:58 AM in reply to: looking4phil

    What about using the GATTE command?

    Please use plain text.