Anuncios

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

Anonymous
363 Vistas, 2 Respuestas

layer check question

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?

Kent1Cooper
en respuesta a: Anonymous

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
GrantsPirate
en respuesta a: Anonymous

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.