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

    AutoCAD 2010/2011/2012 DWG Format

    Reply
    Contributor
    Posts: 11
    Registered: ‎10-05-2012

    Change an attribute from a value from another attribute in the same block

    276 Views, 2 Replies
    10-05-2012 08:38 AM

    What I really want to do is on our fire alarm blocks we have 3 different attributes one for the address, the candela and one for misc info. I want to make an attribute that takes the number from the candela (15,30,75or 110) and change a different attribute to a value depending on which candela we use (such as 15=.078, 30=.113, 75=.195 or 110=.259). But I dont want the .078,.113,.195,.259 to print out on paper, I want to export block information exell file so I can add up all values. I hope I made this clear enough.

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

    Re: Change an attribute from a value from another attribute in the same block

    10-05-2012 10:07 PM in reply to: brettgr1

    Hi,

     

    >> But I dont want the .078,.113,.195,.259 to print out on paper, I want to export block information exell file

    When you export the attribute-values to excel, why don't you make the formula (like 15=.078, 30=.113 ...) directly in Excel (as you don't need these values in the drawing)?

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Valued Mentor
    Posts: 337
    Registered: ‎05-11-2009

    Re: Change an attribute from a value from another attribute in the same block

    10-08-2012 01:37 AM in reply to: brettgr1

    This uses a lookup table and a distance parameter. One attribute reads the distance and a second attribute reads the lookup, the lookup table uses your values. You can make the attribute invisible but they are still available to the data extraction

    Regards Steven Gray
    Setting Out (Joinery Manufacturing)
    Autocad 2013LT
    Windows 7 professional
    Please use plain text.