copy entities at same x,y,z position into a (new) layer

Hi there,
I am looking for a way to:
copy entities at same x,y,z position into a (new) layer
I know to copy from 0,0,0 to 0,0,0 etc. (with every time deleting the @-symbol)
But is there a smarter way?
Greetings Marc

Comments

  • COPYTOLAYER, select entities, then either select an entity on the layer you want or enter to bring up a dialogue box of all the layers in your drawing and pick one and then press Enter when asked for basepoint. If you wanted a layer that didn't exist yet you would probably need a lisp routine to do that for you.
  • Thx , exactly what I needed.