layer check question

layer check question

Anonymous
Not applicable
409 Views
2 Replies
Message 1 of 3

layer check question

Anonymous
Not applicable

layer check.JPGI want to find which layer a line is on. The line is in the xref of a xref file named "bp". See check result in the picture, I want to find which layer it is on, it should be something like bp | xref | parking_001.

what settings should I change?

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

Kent1Cooper
Consultant
Consultant

Nested-entity selection can tell you that:

(cdr (assoc 8 (entget (car (nentsel "\nSelect object for its Layer name: ")))))

 

[It will also report on a non-nested object.]

Kent Cooper, AIA
0 Likes
Message 3 of 3

GrantsPirate
Mentor
Mentor

Use the XLIST command.


GrantsPirate
Piping and Mech. Designer
EXPERT ELITE MEMBER
Always save a copy of the drawing before trying anything suggested here.
----------------------------------------------------------------------------
If something I wrote can be interpreted two ways, and one of the ways makes you sad or angry, I meant the other one.

0 Likes