2011

Table Of Contents
The Windows metafile (picture) format contains screen vector information,
and files can be scaled and printed without losing resolution. Use this format
to paste objects into Windows applications that support WMF files. Metafiles
pasted into AutoCAD are of higher resolution than bitmapped images (BMP
files) but are not as easily manipulated as AutoCAD objects. Bitmapped images
are raster images consisting of a pattern of pixels and are commonly used by
paint applications.
The color of the object doesn't change when copied to the Clipboard. For
example, white objects pasted onto a white background won't be visible. Use
the WMFBKGND and WMFFOREGND system variables to control whether
the background or foreground is transparent for metafile objects pasted into
other applications.
You can insert a linked or embedded object from the Clipboard into a drawing
with PASTESPEC. If you convert pasted information to AutoCAD format, the
object is inserted as a block reference. To edit the pasted information, explode
the block reference into its component objects. When you convert a Windows
metafile stored on the Clipboard to AutoCAD format, you may lose some
scaling precision. To retain proper scaling, save objects in the original drawing
as a block (WBLOCK), and then insert them into AutoCAD using INSERT.
To cut objects to the Clipboard
1 Select the objects you want to cut.
2 Click Home tab Utilities panel Cut.
You can also press Ctrl+X.
The objects can be pasted into other Windows applications as well.
To copy objects to the Clipboard
1 Select the objects you want to copy.
2 Click Home tab Utilities panel Copy Clip.
You can also press Ctrl+C.
To paste objects from the Clipboard
Click Home tab Utilities panel Paste.
You can also press Ctrl+V.
Use Windows Cut, Copy, and Paste | 725