Working on inactive detail curves

Hi All.

Is it possible to have ability to create a fillet curve (as an example) in layout space based on curves (edges, etc.) from inactive detail view? So it’s about picking curves from detail during commands.
The resulting curve will be in layout space.
I know it’s possible by scripts, but any chance to have it natively?

Hello- you can make the fillet in the detail and then run _ChangeSpace on the result.

! _Fillet _MultiPause _SelLast _ChangeSpace

-Pascal

Yes, I know about ChangeSpace. I use it from time to time.
But just curious why some commands have access to inactive detail (like Hatch) and some not.
Well, if it doesn’t worth realization it’s Ok. Not a problem. )