Search the Community
Showing results for tags 'paste'.
-
need a lisp routine to paste objects to current layer
jon_chen posted a topic in AutoCAD Drawing Management & Output
Hi Guys, i have this problem. in my work, i need to use layers for the design, and sometimes i copy objects from other drawings, when i paste the objects in current drawing, they are pasted in their original layer, and then i need to change the layers of all the pasted objects to the current (active... -
cutclip CUT & PASTE AUTOCAD TABLE DATA
jetxcc posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hello all, I am having a heck of a time with AutoCAD lately. I have searched Google to death and scoured the forums for an answer to no avail...so here is the quandary... I have a few AutoCAD tables with data in them, and I want to cut (Ctrl+X) the data and paste (Ctrl+V) it into another table, bu... -
How do I grab items from one drawing but NOT all the styles?
envisionman posted a topic in CAD Management
I want to copy/paste some items from one job into another job. I have reverted everything to layer 0 and there is no text at all in the items I am copying. When I bring it into the other drawing, all the text styles have come with it, which I do not want. I have tried to run 'purge' to get rid... -
I have a lisp that copies everything inside a circle, but I wish I can copy everything inside a closed polyline. Can you help me editing this code? (defun c:det (/ osm blip ent alist cir1 pt1 raio1 cir2 pt2 raio2 fator ss pt) (setq p1 (getpoint "\nSelecione o raio do círculo de ampli...
-
Hi Guys, I seem to be encountering this error quite alot recently. When i copyclip an item from drawing 1 into drawing two there seems to be not information pasted into drawing 2. No its not layers turned off, only seems to happen with certain files. I have done extensive research on thi...
-
Pasteclip is pasting everything as a block reference
aosp posted a topic in AutoCAD Bugs, Error Messages & Quirks
I'm using AutoCAD 2015 on a 2D drawing, and usually use CTRL-C and CTRL-V for my copying. Today, for some reason, everything I copyclip and pasteclip comes out as a block reference. It happened first with a single-segment polyline, then I tried a few other objects - dtext, rectangle, closed polyline... -
Paste Xref into new dwg and maintain layer status possible?
econnerly posted a topic in AutoLISP, Visual LISP & DCL
Looking some something that will allow me to copy an xref from one drawing and paste it into another drawing while keeping the layer status from the drawing that it was copied from. When I copy and paste the an Xref into a new drawing; it converts back to the layer state that exist in the actual xre...-
- paste
- layer state
-
(and 1 more)
Tagged with:
-
We have some drawings already made now we like to paste our logo image in all of them. Can we paste a single image in multiple drawings on fix location with fix scale and rotation without opening all the Drawing. Like batch processing or using lisp..
-
Copyclip from fix location and paste in desired location Autocad
subodh_gis posted a topic in AutoLISP, Visual LISP & DCL
How can we copy an object in a drawing and paste it at multiple places using Autolisp. I have a dwg template that having many symbols in it. i have to use that symbols again and again in drawing. which symbol i want to use i select it than right click and copy and paste where i want to use. sam... -
is it possible to drag a selection and cut+paste to one layer?
AndyW posted a topic in AutoCAD Beginners' Area
Hi, I wanted to drag a selection of objects (that are on different layers) and just cut n' paste them onto one layer (effectively merging them). Possible? Thanks -
Pasting a series of commands in AutoCAD/MEP 2013
numberOCD posted a topic in AutoCAD Bugs, Error Messages & Quirks
I upgraded form MEP 2012 to MEP 2013 a few months ago and have been unable to get past a bug. I used to paste values or series of commands in the command bar until this edition, in which I can only past items. Whenever I copy items from Excel (either single value or multiple cells) and Ctrl+V paste... -
Using Autocad_2k10 and ScriptPro Trying to write a srcipt to copy/paste a certain amount of text in these coordinates (ie.: 1.8520, 13.1085, 0.0000) in 100+ drawings to a file (ie.: 123.txt or 123.xls) I'm stuck on the "paste to file", is this possible? Please advise, I'm using ScriptPro...
-
Hi all, I've copied and pasted sections from old drawings into new ones, and it seems to have completely messed up some fundamental aspects of my AutoCad. After I pasted I received some error message which I didn't understand. I think it said something about a "Language" problem, (Needless t...
-
:-( Need help to change background color...
engineroom81 posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
Hi there! I've got a drawing in Acad 2010 which consist of about 6000 lines. The image is a ship, and I need the drawing to insert in a HMI screen. Now my problem: The accomedation of the ship is white, as is the background of the sheet. I need the drawing with a black background, but want to...