Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

layer check question

Anonymous

layer check question

Anonymous
No aplicable

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 Me gusta
Responder
365 Vistas
2 Respuestas
Respuestas (2)

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 Me gusta

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 Me gusta