Ells Posted September 3, 2009 Posted September 3, 2009 I use the Layer Isolate command a lot but it will not isolate the xref layers. Is there a way to do that? Quote
tzframpton Posted September 3, 2009 Posted September 3, 2009 Only through the Layer Manager. An XREF is a single entity blocked together so it will isolate the single layer it resides on, that is it. Quote
Hugh_Compton Posted September 3, 2009 Posted September 3, 2009 As well as the Layer Isolate command it can also be useful in cluttered drawings to temporarily hide objects. Here's a link to a free routine that will do this for you: http://www.3dcadmax.com/FreeAutoHide.htm Quote
ronjonp Posted September 3, 2009 Posted September 3, 2009 I put this together to isolate xref layers a while back. Description is in the header. Enjoy iso.lsp Quote
tzframpton Posted September 3, 2009 Posted September 3, 2009 I put this together to isolate xref layers a while back. Description is in the header. Enjoy Nice.... just added this one to the list of routines. Thanks Ron Quote
ronjonp Posted September 3, 2009 Posted September 3, 2009 I put this together to isolate xref layers a while back. Description is in the header. Enjoy Not a problem Quote
Ells Posted September 3, 2009 Author Posted September 3, 2009 I put this together to isolate xref layers a while back. Description is in the header. Enjoy Ok, now that is exactly what I was looking for! Thanks!! Quote
ronjonp Posted September 3, 2009 Posted September 3, 2009 Ok, now that is exactly what I was looking for! Thanks!! Glad to help... Quote
NBC Posted September 3, 2009 Posted September 3, 2009 Thanks for that ron, I noticed that it isolates the layer selected in the xref, and also the layer that the xref is 'placed' onto. Is that how it should work ? Quote
ronjonp Posted September 3, 2009 Posted September 3, 2009 That is exactly how it should work. If the layer that the xref resides on gets frozen, then everything else underneath it freezes too. That is was LAYISO does. Quote
lpseifert Posted September 3, 2009 Posted September 3, 2009 Thanks Ron for your generosity, nice stuff... Quote
Ells Posted September 3, 2009 Author Posted September 3, 2009 That was a super lisp routine. Just one more thing. Right now our engineers are using AutoCAD LT, is there a way to make the routine work on LT? Quote
ronjonp Posted September 3, 2009 Posted September 3, 2009 Thanks Ron for your generosity, nice stuff... Glad you like it Quote
ronjonp Posted September 3, 2009 Posted September 3, 2009 That was a super lisp routine. Just one more thing. Right now our engineers are using AutoCAD LT, is there a way to make the routine work on LT? Lisp does not work with LT. Quote
rcb007 Posted April 28, 2021 Posted April 28, 2021 I know this is an old topic. The iso routine is amazing. Could you isolate it with an mleader inside modelspace and then a nested layer within the xref? Quote
ammobake Posted April 28, 2021 Posted April 28, 2021 There are a few options. You could just turn off the XREF's temporarily (unload) Then isolate the layers you want. when done with your work, reload the XREF. Another method is in the layer properties manager. On the left hand side you will see layers associated with the XREF in its own sub-tier. You can turn all of those off at once by right clicking that tier and "visibility - off" or freeze those XREF layers if the XREF is sizable (clears up more active memory space) -ChriS 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.