Results 1 to 5 of 5

Thread: Dynamic Block Attribute and Dimension Excel Export 2014 LT

  1. #1
    Member
    Join Date
    2015-03
    Posts
    12
    Login to Give a bone
    0

    Default Dynamic Block Attribute and Dimension Excel Export 2014 LT

    I am very green with AutoCad 2014 and hoping to create a export function that will send dimensions and certain attributes of different dynamic blocks to an excel spreadsheet. Is this kind of functionality available for us LT users?

    To paint a more comprehensive picture of what I am trying to do, I am creating blocks for standard cabinetry units and hope to send common dimensions and attributes to a spreadsheet to aid our production team. Each block I create will contain a "Plan" and "Elevation" visibility state, with depth and width dimensions applied respectively. In addition to dimensions each block will contain a Unit Number and Unit Type attribute. I will be creating many different basic blocks (i.e. Leaf Door, 2 drawer, sink unit) but they will all share the two dimensions and two attributes (depth, width, number, type). The output table might look something like this.

    ID Type Width Depth
    1 LD_SH_F 30.375 24.625
    2 DU_O2 15 18
    3 DU_O2 17 18
    4 SU_O 25.5 24.625

  2. #2
    I could stop if I wanted to
    Join Date
    2012-11
    Location
    Brisbane, Australia
    Posts
    239
    Login to Give a bone
    0

    Default Re: Dynamic Block Attribute and Dimension Excel Export 2014 LT

    The command you need is DATAEXTRACTION, I am uncertain if it is in LT.

  3. #3
    Member
    Join Date
    2015-03
    Posts
    40
    Login to Give a bone
    0

    Default Re: Dynamic Block Attribute and Dimension Excel Export 2014 LT

    In LT you should try looking at the ATTEXT command, unfortunately DATAEXTRACTION isn't available in LT. The ATTEXT command only works with blocks that contain at least 1 attribute, but it can at the same time extract other information about the block. It requires the use of a data extraction template file, which is just a text file, the help files give a reasonable description of the format.
    The ATTEXT command exports the information to an external file and you need to import that into excel.

  4. #4
    Member
    Join Date
    2014-03
    Location
    Berkshires, MA, U.S.A.
    Posts
    4
    Login to Give a bone
    0

    Default Re: Dynamic Block Attribute and Dimension Excel Export 2014 LT

    I know this thread is a few months old, but I've just begun experimenting with ATTEXT (I'm an LT user), and have hit a little snag.

    I have a template file setup and working for standard blocks, however the majority of blocks I'm working with are dynamic blocks with multiple visibility states. Only one state has the attributes in question but when I run ATTEXT, and select one or multiple dynamic blocks, it returns the "0 records in extract file" message. Does anyone know of a way around this?

    I'd be content to lose the ability to switch to other visibility states once I have the blocks inserted and set as I need them, if that helps. Thanks for any help you can offer!

    Ian
    ___

  5. #5
    Member
    Join Date
    2015-03
    Posts
    40
    Login to Give a bone
    0

    Default Re: Dynamic Block Attribute and Dimension Excel Export 2014 LT

    Did you add attributes to an existing block, if so you might need to run the attsync command before the attributes are useable. If that isn't the issue then could you post a copy of the block (and the extract template). And just to be clear do you want the attributes to be extracted no matter what the visibility state is, or only when they are visible.

Similar Threads

  1. Attribute in s block linking to excel
    By Wish List System in forum AutoCAD Wish List
    Replies: 4
    Last Post: 2015-07-24, 02:41 PM
  2. 2014: DB Attribute and Dimension Excel Export
    By Joe695170 in forum Dynamic Blocks - Technical
    Replies: 0
    Last Post: 2015-03-25, 05:51 PM
  3. How to change dynamic block attribute default values based on block selected?
    By zeirz109180 in forum Dynamic Blocks - Technical
    Replies: 2
    Last Post: 2013-12-13, 02:20 PM
  4. Link Block attribute with Excel spreadsheet
    By Wish List System in forum AutoCAD Wish List
    Replies: 3
    Last Post: 2013-10-27, 07:02 PM
  5. Export/Import Text, Attribute data, tags etc from drawings and Excel
    By Subramanyam.Perivenkata in forum AutoLISP
    Replies: 3
    Last Post: 2006-03-23, 06:06 PM

Tags for this Thread

Posting Permissions

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