Xref comes as a single block

Xref comes as a single block

NGVBA
Contributor Contributor
3,381 Views
5 Replies
Message 1 of 6

Xref comes as a single block

NGVBA
Contributor
Contributor

I have drawings which are exported from a third party software as .dwg.

My problem is that the entities (Except text) are coming as a single block and are shown as a single xref.

I want to access the entities (Mainly blocks) individually and do some operation.

Tried Bind/Insert but it doesn't work and the xref remains as a single block with all the entities in a single block, don't want to explode since then I'll loose the block definition.

Also tried to look for a solution in the forum but could not find a relevant one. 

 

Thanks in advance

 

0 Likes
3,382 Views
5 Replies
Replies (5)
Message 2 of 6

ChicagoLooper
Mentor
Mentor

What’s the name of that third of software? It’s possible the other software can export only ‘non-block’ parts which will allow you to bring in the blocks individually. 

You (or the author of the original xref) is the key to creating the type if xref to suit your needs. 

Chicagolooper

EESignature

0 Likes
Message 3 of 6

NGVBA
Contributor
Contributor

Thanks for the quick reply.

It is "Smartsketch".

But should I assume that there is no way we can achieve this in Autocad.

0 Likes
Message 4 of 6

ChicagoLooper
Mentor
Mentor

In Smartsketch, is it possible to put the blocks on a separate layer? That way you can turn the block’s layer OFF then export the remaining ON layers. 

 

Have you tried recreating the blocks in AutoCAD? Using ‘artistic’ know-how and the drawing capabilities within AutoCAD, you can create a counterfeit version of the original block. Then, when importing from Smartsketch, turn the block layer OFF and import everything except the blocks.  

Chicagolooper

EESignature

0 Likes
Message 5 of 6

RSomppi
Mentor
Mentor

@NGVBA wrote:

I have drawings which are exported from a third party software as .dwg.

My problem is that the entities (Except text) are coming as a single block and are shown as a single xref.

I want to access the entities (Mainly blocks) individually and do some operation.


XREFs are a separate file file from the one you are opening.

 

You need to access that file in one of the many ways that are available. Here are a few:

  1. Open the XREF file if you know where it is.
  2. Open it from the referencing file from the XREF manager.
  3. Use NCopy to get the desired entities from the XREF into your drawing.
  4. Bind the XREF and then explode the resulting block. (Usually not desirable.)
0 Likes
Message 6 of 6

Kent1Cooper
Consultant
Consultant

@RSomppi wrote:
....

You need to access that file in one of the many ways that are available. Here are a few: ....


5.  The REFEDIT command.  You can get into the overall Xref or directly into a Block within it -- pick on one of those, and it will be the default what-to-edit option, but you can choose the containing Xref or a different Block in it, etc.

Kent Cooper, AIA
0 Likes