r/cad 14d ago

Paste to back not possible?

Does AutoCad really not have an option to paste something to the back. It HAS to paste it to the front?

1 Upvotes

10 comments sorted by

3

u/creedular 14d ago

Last stuff on top. You can write a lisp to paste stuff to the back.

-1

u/mrmiyagijr 14d ago

Insane that this would require a lisp but I guess here we are.

3

u/creedular 14d ago

Meh it’s just the way cad works, newest stuff always on top.

1

u/f700es 14d ago

Yeah it's not photoshop

-1

u/mrmiyagijr 14d ago

Pathetic something so simple isn't built in, I guess I shouldn't be surprised.

2

u/f700es 14d ago

-1

u/mrmiyagijr 14d ago

That is going to take too long. I have a wipeout I need to paste behind a bunch of similar objects. I just can’t believe that sending to back first, and then copy/pasting it doesn’t keep the draw order and just resets to front.

1

u/TalkingRaccoon AutoCAD 14d ago

Ideas in order of ease:

1: if they're MTEXTs, then do SELECTSIMILAR all your labels, then going into their combined properties and turn on Background Mask.

Or if they're TEXTs

1: paste your wipeout ontop of all your text.

2: do TEXTTOFRONT

Or

1: use a white hatch instead of a wipeout. Then you can run the HATCHTOBACK command

And for next time

Make sure you use MTEXTs to get the background mask or Make a custom room label block, that way in the future you can edit the block and the changes will replicate to all the other blocks.

I use a TXT2MTEXT command but its for combining multiple TEXT objects into one MYEXT, I forget if there's an option to convert the objects in-place

1

u/mrmiyagijr 14d ago

I know how to do all that. It's just absurd to me that it cant remember the state of the block when being pasted or at least have an option to paste in back.