Layer States

Layer States

Anonymous
Not applicable
316 Views
2 Replies
Message 1 of 3

Layer States

Anonymous
Not applicable

Hey guys,

 

question for the masses, if i have some layer states set up for a particular set of engineering drawings and i want to use them on other drawings is there a trick when you have the following constrant

 

1. the xrefs all have a unique project number in front, which is different from project to project, but the layers used are basically the same.

 

my issue is that AutoCAD doesnt bother looking at the layer name within an xref, but treats it as "XX00000-XREF NAME | LAYER NAME"

 

I thought of replacing some of the data within the LAS file with a wildcard, but that didnt work, so next step would possibly be a lisp or macro, but before i start on that i dont know of any other customisations available. 

0 Likes
317 Views
2 Replies
Replies (2)
Message 2 of 3

hmsilva
Mentor
Mentor
With Auto LISP,
read a source.las, search for "| LAYER NAME", change the "XX00000-XREF NAME | LAYER NAME", write the new "XX00000.las".

Just a thought...
Henrique

EESignature

0 Likes
Message 3 of 3

Anonymous
Not applicable

You can rename your xref's after they are attached to drop the project number so every project will have the same xrefs.

0 Likes