PDA

View Full Version : 2016 lisp layer properties filter current on ALL instead of xref



cad2018
2017-09-21, 06:43 PM
Hello,

Looking for a lisp that can change the layer properties current to All, instead of a xref layer
with a command like: LPcurrentAll if someone know thzxxx

Tom Beauford
2017-09-21, 07:08 PM
You can only set one layer current and it cannot be an xref layer. What are you trying to do?

cad2018
2017-09-21, 07:27 PM
You can only set one layer current and it cannot be an xref layer. What are you trying to do?

When i select a object and i want change it to another layer it doesnt apear in the layer manager, so first i have to do go to layer properties manager and select filter All, and again select to object and choose the layer, so need a lisp that instand change properties layer manager to filter All. So i can pick the write layer.

Tom Beauford
2017-09-22, 11:07 AM
I would use the Layer drop-down in the Ribbon, Quick Access Toolbar, or the layer toolbar.
First in the Layer Palette click Settings (the gear symbol in the upper right) and in the lower right uncheck Apply layer filter to layer toolbar.
Now the filter only applies to the Layer Palette!
Using the Layer drop-down in the Ribbon or Quick Access Toolbar is quick and offers options like changing layer color.

Since you didn't select a version or have a signature describing what software you're using I assumed you're using a recent version.