Results 1 to 2 of 2

Thread: how to link area with blockatt

  1. #1
    Active Member
    Join Date
    2011-07
    Location
    The Netherlands
    Posts
    63
    Login to Give a bone
    0

    Question how to link area with blockatt

    Oke guys, here it comes:

    I have many hatches in a drawing and I define those hatches (areas) with my own block that has some attributes (area number, area name, area m²).
    So I paste this block manually on every single hatch that stands for a room area. After that, I have my ways to easily give it a number and a name.
    To fill in the m² attribute, I select this att and insert a field for the area of the hatch I aim to. That is great, but I have to do it for every hatch one by one!

    There are LISP's that can provide you easily the m² of selected hatches, but that makes a Mtext.. That doesn't work for me.
    I want to use my own block that consists:
    ATT 1 for number
    ATT 2 for name
    ATT 3 for m²

    So I know I have to do something with ATT 3, with linking this field to the hatch or something? How? Or is there another way that works?
    I prefer LISP (trying to learn) and not an app or something. Just native Autocad please

    I hope someone can help me with this.

    BR,

    Sef

  2. #2
    Certifiable AUGI Addict
    Join Date
    2001-03
    Location
    Tallahassee, FL USA
    Posts
    3,667
    Login to Give a bone
    0

    Default Re: how to link area with blockatt

    Any lisp that places area in text or mtext could just as easily place it in in a block attribute. Having all the area attribute definition tag names the same would be easiest.
    I use fields for areas and lengths. If an endpoint or vertex is modified a regen or plot will update the value. Copying an object with it's field area label to another breaks the field reference and it's display.

    No matter which way you go units affect calculations the most so checking those values in the lisp might be needed to be changed if your find code by someone whose settings are different than yours.

Similar Threads

  1. Replies: 3
    Last Post: 2009-10-20, 12:28 AM
  2. Architect Link Not OK - Structural Link Is OK
    By drdesignz in forum Revit Structure - General
    Replies: 0
    Last Post: 2008-12-08, 03:15 PM
  3. Room Area & Area Area
    By The Sweg in forum Revit Architecture - General
    Replies: 7
    Last Post: 2006-08-10, 04:54 PM
  4. Area Schedule - Gross Footprint Area & Built Area
    By kurk in forum Revit Architecture - General
    Replies: 3
    Last Post: 2006-06-03, 12:43 PM
  5. To Link or Not to Link
    By Allen Lacy in forum Revit Architecture - General
    Replies: 3
    Last Post: 2003-07-29, 07:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •