Flatten Block Attributes?

Discussion in 'AutoCAD' started by David Kozina, Jan 26, 2005.

  1. David Kozina

    David Kozina Guest

    The FLATTEN routine I have (v.2.2 - 1997) doesn't adjust Block *Attribute*
    Z-positions.
    Does anyone know if there is a newer version available that might do this?
    Not a big deal, but I've discovered a drawing that is 'off' and I'd like to
    make sure everything is mashed flat.

    I can probably whip up my own routine to do this, but if it already exists,
    I can't justify re-inventing the wheel for this exercise.

    Any leads would be appreciated.

    Best regards,
    David Kozina
     
    David Kozina, Jan 26, 2005
    #1
  2. Try:

    (command
    "_.MOVE" "_ALL" "" "_NONE" '(0 0 1e99) "_NONE" '(0 0 -1e99)
    "_.MOVE" "_P" "" "_NONE" '(0 0 -1e99) "_NONE" '(0 0 1e99)
    )

    --

    Marc'Antonio Alessi
    http://xoomer.virgilio.it/alessi
    (strcat "NOT a " (substr (ver) 8 4) " guru.")

    --
     
    Marc'Antonio Alessi, Jan 26, 2005
    #2
  3. David Kozina

    Matt W Guest

    (strcat "NOT a " (substr (ver) 8 4) " guru.")

    Nice! I never noticed that before. :)
     
    Matt W, Jan 26, 2005
    #3
  4. David Kozina

    David Kozina Guest

    Marc'Antonio,

    Thanks for the tip.
    Was quite an elevator ride :)

    Best regards,
    David Kozina
     
    David Kozina, Jan 28, 2005
    #4
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.