+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Kollargoll
    Guest

    Question Attribute Extraction, fully automatic

    Registered forum members do not see this ad.

    Hello

    I would like the EATTEXT to run through all the 6 pages with a certain sett of detailed settings is this possible? How to thick off the check boxes and choose the right *.blk file for extraction?

    Anyone have any ideas..

  2. #2
    Full Member
    Using
    AutoCAD 2004
    Join Date
    Aug 2007
    Posts
    80

    Default

    play around with "-eattext" and you should be able to scrip it to a menu button
    ...And someday, they will have computers the size of houses, with millions of vacuum tubes, doing thousands of computations per minute...!!!

  3. #3
    Super Member Raggi_Thor's Avatar
    Using
    AutoCAD 2008
    Join Date
    Aug 2007
    Location
    Trondheim, NORWAY
    Posts
    718

    Default

    I prefer the old ATTEXT command.
    Try it manually first. Make a template file as described in Help.
    Then make a macro for it using -ATTEXT.
    Mvh, Kvedja, Kind Regards,
    Ragnar Thor Mikkelsen
    http://www.DESIGNDATA.no/English.htm

  4. #4
    Kollargoll
    Guest

    Default

    Registered forum members do not see this ad.

    This one works ok for me
    [CODE];;Made By Rune Bringedal
    ;;21. Sept. 2007
    (defun PBEATTEXT()
    (command "eattext" "Currentdwg" "No" "No" "Yes")
    (command "C:\\mycmd\\PB\\TEMPLATE\\EXTRACT\\All.blk")
    (command "Xls")
    (command "C:\\myspace\\PB\\EXPFILE\\eex.xls")
    (command "Yes")
    (Princ)
    )
    [CODE]

Similar Threads

  1. Attribute Extraction Program?
    By tkwon in forum AutoLISP, Visual LISP & DCL
    Replies: 44
    Last Post: 21st Jun 2012, 08:03 pm
  2. Editing attribute extraction table settings
    By Autodesk in forum AutoCAD RSS Feeds
    Replies: 0
    Last Post: 9th Nov 2006, 07:50 pm
  3. attribute extraction in AutoCAD LT 2007
    By Robert Whiting in forum AutoCAD General
    Replies: 5
    Last Post: 30th Sep 2006, 01:42 pm
  4. Attribute extraction and Fields question
    By MRSWOLF in forum AutoCAD Drawing Management & Output
    Replies: 0
    Last Post: 11th Nov 2005, 05:39 pm
  5. Attribute Extraction in inches AutoCAD lt 2004
    By makisupa in forum AutoCAD Beginners' Area
    Replies: 9
    Last Post: 21st Apr 2005, 02:56 pm

Bookmarks

Posting Permissions

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