Message 1 of 4
identify the layer in XREF2 used to reference XREF2.1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i didnt know how to explain that in the title,
i have an xref tree.
main drawing
xref1
xref2
L xref2.1
The main drawing references XREF1 and XREF2.
XREF2 further references XREF2.1.
I'm working in the main drawing
and need a Lisp routine
to identify the layer in XREF2 used to reference XREF2.1
I have a Lisp that can freeze and unfreeze layers by name.
The issue is that while I can unfreeze layers in XREF2.1,
if the layer in XREF2 that references XREF2.1 is frozen,
I cannot see the unfrozen layers in XREF2.1 within the main drawing.
So, I need a Lisp routine to unfreeze the specific layer in XREF2 so I can see XREF2.1.
This unfreezing should happen in the main file.
i hope i explained well...