Wish: (command) copy to current layer

Hi team,

this is a wish for the copy command, to copy to the current layer. Or have I missed an option?

Thanks

Michael
www.flexiCAD.com

As far as I can tell, currently you can use CopyToLayer, set it up, and further up just press Enter to skip.

Cheers, Michael!

Or, with a selection of objects, right-click on the destination layer and select “Copy objects to layer”

No way that I know of … (except a custom script)
But I agree (from the times of Rhino 1) that it would be useful.

Regards

Hi @Michael_Meyer,

small workaround macro, works pre and post-pick:

! _Select _Pause _Copy _InPlace _ChangeToCurrentLayer

i guess _ChangeToCurrentLayer needs a copy option as well :wink:

c.