SavedByGrace2003
Technical User
Hi!
I have written a lisp routine that will freeze a selected entity's layer by using entsel (which turns off the base layer) or by using nentsel (which turns off the sub-object layer).
For instance, if a block is created on layer "0" and placed on layer "1", using entsel will turn off layer "1", and using nentsel will turn off layer "0".
I want to write a program that will compare if there are 2 different layers that could be turned off then choose which one is supposed to be turned off..
thanks in advance for your help!
God Bless,
Andy
I have written a lisp routine that will freeze a selected entity's layer by using entsel (which turns off the base layer) or by using nentsel (which turns off the sub-object layer).
For instance, if a block is created on layer "0" and placed on layer "1", using entsel will turn off layer "1", and using nentsel will turn off layer "0".
I want to write a program that will compare if there are 2 different layers that could be turned off then choose which one is supposed to be turned off..
thanks in advance for your help!
God Bless,
Andy