|
||
![]() |
||
This chapter lists the basic edit commands of QCad. These commands are not CAD specific and often also available in other applications. For CAD specific editing commands, please refer to chapter "Modification".
Toolbar:
Menu:
Edit - Undo
Hotkey:
oo, Ctrl-Z
Command:
undo, u
Description:
The Undo command takes back the last drawing or modification command
that was executed. QCad can take back more than one command. For example if
you have just created a line and a circle which you want to take back,
launch the undo command twice.
Undo cannot undo all actions. Some operations on files, layers and
blocks cannot be undone.
Toolbar:
Menu:
Edit - Redo
Hotkey:
uu, Ctrl-Shift-Z
Command:
redo, r
Description:
The redo command is the counterpart of the undo command. It restores changes that were previously undone.
Toolbar:
Menu:
Edit - Copy
Hotkey:
Ctrl-C
Command:
copy, cp
Description:
You might know the copy / paste mechanism from other applications. QCad offers a similar set of tools to copy entities from one drawing to another. Objects that are copied are stored on the QCad internal clipboard. This clipboard can only be accessed from QCad itself. You cannot paste graphical objects copied in other applications into QCad nor can you paste QCad entities into other applications.
Procedure:
Toolbar:
Menu:
Edit - Cut
Hotkey:
Ctrl-X
Command:
cut, ct
Description:
The cut command essentially works like the copy command described above. The only difference is that the selected entities will be removed from the current drawing after being copied to the clipboard.
Toolbar:
Menu:
Edit - Paste
Hotkey:
Ctrl-V
Command:
paste, ps
Description:
The paste command inserts the entities previously copied to the
clipboard. Paste is especially useful to transfer entities from one drawing
to another.
All layers needed by the clipboard contents are pasted into the
layerlist. Existing layers with the same name don't get overwritten.
Sometimes this might lead to unexpected results. If an entity gets its
attributes from the layer, it might be red in the original drawing and
appear green in the drawing where you paste it. That is the case if a layer
exists in both drawings with different attributes.
Inserts (references to blocks) that are on the clipboard will be
pasted together with the blocks they refer to. Blocks in the current
drawing don't get overwritten. This might lead to totally unexpected
results in some cases. Make sure that different blocks never have the same
name in drawings for which you use the copy / paste tools.
Procedure:
![]() ![]() ![]() ![]() ![]() ![]() |