Clipboard Commands
This page covers the CUT, CCOPY (Copy to Clipboard), and PASTE commands for transferring entities via the clipboard.
CUT (Command)
Copies selected entities to the clipboard and removes them from the drawing.
Prompts
| Prompt |
Description |
| Select Entities |
Select entities to cut (supports pre-selection) |
How to Use
- (Optional) Pre-select entities before running the command
- Type
cut or press Ctrl+X
- If no pre-selection, pick entities and press Enter
- Selected entities are copied to the clipboard and erased from the drawing
CCOPY (Command)
Copies selected entities to the clipboard without removing them.
Prompts
| Prompt |
Description |
| Select Entities |
Select entities to copy (supports pre-selection) |
How to Use
- (Optional) Pre-select entities before running the command
- Type
ccopy or press Ctrl+C
- If no pre-selection, pick entities and press Enter
- Selected entities are stored in the clipboard — originals remain in the drawing
PASTE (Command)
Inserts clipboard content into the drawing at a specified insertion point.
Prompts
| Prompt |
Description |
| Specify insertion point |
Click or type coordinates for placement |
How to Use
- Type
paste or press Ctrl+V
- A preview of the clipboard entities follows the cursor
- Click or type coordinates to place them
- Entities are inserted at the specified point
Keyboard Shortcuts
| Shortcut |
Command |
| Ctrl+X |
Cut |
| Ctrl+C |
Copy (CCOPY) |
| Ctrl+V |
Paste |
Notes
- Pre-selection: CUT and CCOPY support pre-selected entities — select first, then run the command
- Base point: The clipboard automatically uses the bounding box minimum as the base point for positioning
- Cross-sheet paste: Entities can be pasted onto any sheet in the same drawing
- Live preview: PASTE shows a dynamic preview of entities at the cursor before placement
Quick Reference
| Command |
Shortcut |
Erases original |
Requires insertion point |
cut |
Ctrl+X |
Yes |
No |
ccopy |
Ctrl+C |
No |
No |
paste |
Ctrl+V |
— |
Yes |