• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • AutoCAD Electrical

    Reply
    Valued Contributor
    Nata_ly
    Posts: 76
    Registered: ‎08-21-2012
    Accepted Solution

    Sheet attributes

    221 Views, 2 Replies
    01-29-2013 06:19 AM

    I know that Electrical has many hidden features, but they are often very difficult to get to.
    I create a drawing template using. Wdt file. This issue is about drawing attributes not the project. Can I set them equality?
    For example:
    CAD `# =  DWGSUB
    DWG `# = DWGNAM
    But I need: CAD `# = DWG` # = DWGNAM


    I just need 2 times indicate DWG `# in one block, and this is impossible, so I use CAD` #, the value which is equal to the DWG `#. And I couldnt set its value two times (not so lazy but users ask).

    Please use plain text.
    Distinguished Contributor
    s.wile
    Posts: 112
    Registered: ‎12-08-2008

    Re: Sheet attributes

    01-31-2013 06:48 AM in reply to: Nata_ly

    Since the attributes are different names it shouldn't be a problem at all. Just manually modify the .wdt file or WD_TB attribute.

     

    The attribute method would look like this…

    DWG`# = DWGNAM;CAD`# = DWGNAM

     

    The .wdt method would look like this…

    DWG`# = DWGNAM

    CAD`# = DWGNAM

    Stan Wile
    http://myacade.blogspot.com/
    IMAGINiT Technologies
    Please use plain text.
    Valued Contributor
    Nata_ly
    Posts: 76
    Registered: ‎08-21-2012

    Re: Sheet attributes

    01-31-2013 07:10 AM in reply to: s.wile

    Perfect!

    Thank you very much! Trying to assign compliance with ACE I have not noticed such a simple solution!
    And thank you for your interesting blog. Really very useful.

    Please use plain text.