Bind the xref error

Bind the xref error

Anonymous
Not applicable
4,721 Views
3 Replies
Message 1 of 4

Bind the xref error

Anonymous
Not applicable

I'm trying binding a xref, but I get the following error

Means, Some entities in one or some specified xrefs failed to bind.

The xref drawing is in the attachments.

I've tried audit and pu.

image.png

0 Likes
Accepted solutions (1)
4,722 Views
3 Replies
Replies (3)
Message 2 of 4

imadHabash
Mentor
Mentor

>> Means, Some entities in one or some specified xrefs failed to bind.

open those attached xref and check that all the xrefs inside it are found .

>> The xref drawing is in the attachments.

it seems that it's a proxy elements issue !! i get this :

Error: At least one of the specified xrefs failed to bind due to a problem with a proxy object.

i suggest to clean your xref CAD file from those proxies . >> Click << 

 

Note : i wonder how a such a drawing have many entities ( like yours ) with 1.709 KB file size !!!! 

 

 

 

Imad Habash

EESignature

0 Likes
Message 3 of 4

cadffm
Consultant
Consultant
Accepted solution

If you want to bind the Xref by INSERT method,

better you use INSERT <file selection>

 

If you want to bind the XRef by BIND method,

For me this works:

(perhaps some steps are not needed, id didn't try to find the shortest way)

 

Use QSELECT to select all ACAD_PROXY_OBJECS in modelspace

delete all ACAD_PROXY_OBJECS

<This works for all except two of them>

Use -PURGE REG *

Use -PURGE ALL *

Use -EXPORTTOAUTOCAD

open the new created file

select all objects in modelspace except the kepp 2 ACAD_PROXY_OBJECTs

Use WBLOCK to export all selected objects to a new file

Use this new file as XREF and you should able to bind the Xref.

 

Do you know about this program:

TCH_KERNAL
缺乏解释器天正图形看不见, 请下载天正插件
网址: www.tangent.com.cn

From this software are the objects in you file.

Sebastian

0 Likes
Message 4 of 4

Anonymous
Not applicable
Thanks a lot, it works!
0 Likes