Results 1 to 4 of 4

Thread: Count number of dynamic blocks of different size as seperate items

  1. #1
    Time Lord Steve_Bennett's Avatar
    Join Date
    2015-12
    Location
    far, far, far away...
    Posts
    4,730
    Login to Give a bone
    0

    Default Count number of dynamic blocks of different size as seperate items

    So I have a dynamic block that represents doors of different sizes. 3-0x7-0, 2-8x7-0 and 2-6x6-8 would have been the legacy autocad blocks for the different sizes. Now when you use a dynamic block it has one name for all those options. Using a lisp routine to generate a quantity for each block of those names was easy.

    How do I do this if I am using a dynamic block?
    Steve Bennett |BIM Manager
    Taylor Design | Adventures in BIM

  2. #2
    Time Lord Steve_Bennett's Avatar
    Join Date
    2015-12
    Location
    far, far, far away...
    Posts
    4,730
    Login to Give a bone
    0

    Default Re: Count number of dynamic blocks of different size as seperate items

    Let me add that I would like to keep this as simple as possible. VBA is out of the question so don't go there.
    Steve Bennett |BIM Manager
    Taylor Design | Adventures in BIM

  3. #3
    Retired Forum Staff Chris.N's Avatar
    Join Date
    2001-12
    Location
    Rochester, MN
    Posts
    2,561
    Login to Give a bone
    0

    Default Re: Count number of dynamic blocks of different size as seperate items

    Quote Originally Posted by Steve_Bennett
    Let me add that I would like to keep this as simple as possible. VBA is out of the question so don't go there.
    use eattext.
    if you start from scratch, you can include the general block properties, and all i had selected on this was the block name, and the 'door width' parameter property.

    what do you think, does this work for you?
    Attached Files Attached Files
    Sometimes, i get lost in my own thoughts and need to ask directions to find my way back.
    S&D DB Sharing Forum

  4. #4
    Time Lord Steve_Bennett's Avatar
    Join Date
    2015-12
    Location
    far, far, far away...
    Posts
    4,730
    Login to Give a bone
    0

    Default Re: Count number of dynamic blocks of different size as seperate items

    Quote Originally Posted by Chris.N
    use eattext.
    if you start from scratch, you can include the general block properties, and all i had selected on this was the block name, and the 'door width' parameter property.

    what do you think, does this work for you?
    Thank goodness for FM.

    Steve Bennett |BIM Manager
    Taylor Design | Adventures in BIM

Similar Threads

  1. Update BCount tool to count Dynamic Blocks
    By autocad.wishlist1734 in forum AutoCAD Wish List
    Replies: 0
    Last Post: 2010-03-29, 02:01 PM
  2. Replies: 1
    Last Post: 2007-01-05, 01:38 AM
  3. Is there a way to count dynamic blocks and have a table update
    By thomas.stright in forum Dynamic Blocks - Technical
    Replies: 2
    Last Post: 2006-08-08, 03:00 PM
  4. Count the number of Blocks in a drawing file
    By ajtrahan in forum AutoCAD Fields
    Replies: 9
    Last Post: 2006-06-02, 02:52 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
  •