• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • AutoCAD 2010/2011/2012 DWG Format

    Reply
    Valued Contributor
    Posts: 82
    Registered: ‎05-11-2010
    Accepted Solution

    nested blocks

    262 Views, 6 Replies
    04-13-2012 01:31 PM

    Is there a quick/easy way to know if a DWG constains nested blocks?

    Please use plain text.
    *Expert Elite*
    Posts: 6,641
    Registered: ‎06-29-2007

    Re: nested blocks

    04-14-2012 01:20 AM in reply to: Kevin078

    Hi,

     

    >> Is there a quick/easy way to know if a DWG constains nested blocks?

    Not without development.

     

    Whatfor do you need that? For the structure of a drawing it's irrelevant if there are nested blocks or not, isn't it?

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Valued Contributor
    Posts: 82
    Registered: ‎05-11-2010

    Re: nested blocks

    04-14-2012 01:41 PM in reply to: alfred.neswadba

    We're managing a project that includes handing over ACAD DWGs we didn't create, so they can be converted to  MicroStation DGNs. We've been informed the DWGs being converted can't have nested blocks. We've also been told the DWGs don't contain nested blocks, but we'd like to confirm that before handing them to the the client.

     

    Thanks,

    Please use plain text.
    *Expert Elite*
    Posts: 6,641
    Registered: ‎06-29-2007

    Re: nested blocks

    04-14-2012 02:21 PM in reply to: Kevin078

    Hi,

     

    so it will end in development (or you upload DWG(s) and anyone of us will check them for you, hopefully).

     

    Thinking about the internals of how a DWG-file is structured each DWG: as the modelspace is one blockdefinition and if you have inserted one (or more) BlockReferences info it it's already a nested block situation .... but I don't think you mean that, do you :smileywink:

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Valued Contributor
    Posts: 82
    Registered: ‎05-11-2010

    Re: nested blocks

    04-15-2012 11:41 AM in reply to: alfred.neswadba

    Please define 'development' in this context.

    Please use plain text.
    *Expert Elite*
    Posts: 6,641
    Registered: ‎06-29-2007

    Re: nested blocks

    04-15-2012 11:52 AM in reply to: Kevin078

    Hi,

     

    >> Please define 'development' in this context.

    There is no built in function within AutoCAD that lists the nested Blocks in a drawing. That has to be developed: a small programm has to be written that scans through the blocks and creates that list.

     

    - alfred -

    -------------------------------------------------------------------------
    Alfred NESWADBA
    Ingenieur Studio HOLLAUS ... www.hollaus.at
    -------------------------------------------------------------------------
    Please use plain text.
    Valued Contributor
    Posts: 82
    Registered: ‎05-11-2010

    Re: nested blocks

    04-15-2012 11:53 AM in reply to: alfred.neswadba

    Ok, thanks for the info.

    Please use plain text.